X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/d52fe63fc81f7e44faaae711812a211a78434976..9bccf70c0258c7cac2dcb80011b2a964d884c552:/osfmk/kern/time_out.h diff --git a/osfmk/kern/time_out.h b/osfmk/kern/time_out.h index 66b105af0..f5ec5c019 100644 --- a/osfmk/kern/time_out.h +++ b/osfmk/kern/time_out.h @@ -60,10 +60,14 @@ #include #include +#include + +#ifdef __APPLE_API_PRIVATE + extern int hz; /* num of ticks per second */ extern int tick; /* num of usec per tick */ -#ifdef MACH_KERNEL_PRIVATE +#ifdef MACH_KERNEL_PRIVATE extern void hertz_tick( boolean_t usermode, /* executing user code */ @@ -84,4 +88,6 @@ extern void untimeout( #endif /* MACH_KERNEL_PRIVATE */ +#endif /* __APPLE_API_PRIVATE */ + #endif /* _KERN_TIME_OUT_H_ */