From fc00c656c96528112d05cf0edf8631bd5eaea446 Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 7 Dec 2025 20:10:31 +0100 Subject: Add build system scaffolding and libc headers --- include/devctl.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/devctl.h (limited to 'include/devctl.h') 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 -- cgit v1.2.3