linux: userspace GPIO control
Allow use host GPIO pins for non-realtime purposes. Signed-off-by: Andrey Kunitsyn <blackicebox@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
// console.c
|
||||
void report_errno(char *where, int rc);
|
||||
int set_non_blocking(int fd);
|
||||
int set_close_on_exec(int fd);
|
||||
int console_setup(char *name);
|
||||
void console_sleep(struct timespec ts);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user