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:
@@ -53,7 +53,7 @@ set_non_blocking(int fd)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
int
|
||||
set_close_on_exec(int fd)
|
||||
{
|
||||
int ret = fcntl(fd, F_SETFD, FD_CLOEXEC);
|
||||
|
||||
Reference in New Issue
Block a user