]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/reboot.h
xnu-3789.41.3.tar.gz
[apple/xnu.git] / bsd / sys / reboot.h
index 5f51c9952983e92d547e58c02b3c452e62aed493..cd48788121ad4c63702788dd35d019c647086915 100644 (file)
@@ -65,6 +65,8 @@
 #define _SYS_REBOOT_H_
 
 #include <sys/appleapiopts.h>
+#include <sys/cdefs.h>
+#include <stdint.h>
 
 /*
  * Arguments to reboot system call.
 #define RB_QUICK       0x400   /* quick and ungraceful reboot with file system caches flushed*/
 #define RB_PANIC       0x800   /* panic the kernel */
 
+#ifndef KERNEL
+__BEGIN_DECLS
+/* userspace reboot control */
+int usrctl(uint32_t flags);
+__END_DECLS
+#endif
+
 #endif /* __APPLE_API_PRIVATE */
 
 #ifdef __APPLE_API_OBSOLETE