summaryrefslogtreecommitdiff
path: root/include/devctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/devctl.h')
-rw-r--r--include/devctl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/devctl.h b/include/devctl.h
index 6948af13..573ec821 100644
--- a/include/devctl.h
+++ b/include/devctl.h
@@ -1,9 +1,5 @@
-#ifndef __DEVCTL_H
-#define __DEVCTL_H
+#pragma once
-#include <stddef.h>
typedef __SIZE_TYPE__ size_t;
int posix_devctl(int, int, void *restrict, size_t, int *restrict);
-
-#endif