diff options
Diffstat (limited to 'include/devctl.h')
| -rw-r--r-- | include/devctl.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/devctl.h b/include/devctl.h new file mode 100644 index 00000000..1010441d --- /dev/null +++ b/include/devctl.h @@ -0,0 +1,8 @@ +#ifndef __DEVCTL_H +#define __DEVCTL_H + +typedef __SIZE_TYPE__ size_t; + +int posix_devctl(int, int, void *restrict, size_t, int *restrict); + +#endif |
