.. | .. |
---|
12 | 12 | The following file operations are supported: |
---|
13 | 13 | |
---|
14 | 14 | open(2) |
---|
15 | | - Currently the only useful flags are O_RDWR. |
---|
| 15 | + Currently the only useful flags are O_RDWR. |
---|
16 | 16 | |
---|
17 | 17 | ioctl(2) |
---|
18 | | - Initiate various actions. |
---|
19 | | - See the inline documentation in [include/uapi]<linux/gpio.h> |
---|
20 | | - for descriptions of all ioctls. |
---|
| 18 | + Initiate various actions. |
---|
| 19 | + |
---|
| 20 | + See the inline documentation in [include/uapi]<linux/gpio.h> |
---|
| 21 | + for descriptions of all ioctls. |
---|
21 | 22 | |
---|
22 | 23 | close(2) |
---|
23 | | - Stops and free up the I/O contexts that was associated |
---|
24 | | - with the file descriptor. |
---|
| 24 | + Stops and free up the I/O contexts that was associated |
---|
| 25 | + with the file descriptor. |
---|
25 | 26 | |
---|
26 | 27 | Users: TBD |
---|