This commit is contained in:
Adam D. Ruppe 2021-01-25 21:11:37 -05:00
parent 43fb4119f4
commit 72ca7db036
2 changed files with 4 additions and 1 deletions

View File

@ -216,7 +216,7 @@
},
{
"name": "jpeg",
"description": "Dependency-free partial JPEG file format read support",
"description": "Dependency-free partial JPEG file format read and write support",
"importPaths": ["."],
"targetType": "library",
"dflags": ["-mv=arsd.jpeg=jpeg.d"],

3
gpio.d
View File

@ -1,3 +1,6 @@
// See: https://github.com/torvalds/linux/commit/b53911aa872db462be2e5f1dd611b25c4c2e663b
// and: https://github.com/torvalds/linux/blob/a409ed156a90093a03fe6a93721ddf4c591eac87/include/uapi/linux/gpio.h
// the kernel didn't keep the v1 abi for long, there's a v2 thing less than a year later. This v2 thing is new in kernel 5.10
/++
PRERELEASE EXPERIMENTAL MODULE / SUBJECT TO CHANGE WITHOUT WARNING / LIKELY TO CONTAIN BUGS