1 #ifndef XNU_DARWINTEST_UTILS_H 2 #define XNU_DARWINTEST_UTILS_H 3 4 #include <stdbool.h> 5 6 /* Misc. utility functions for writing darwintests. */ 7 bool is_development_kernel(void); 8 #endif /* !defined(XNU_DARWINTEST_UTILS_H) */ 9
1 #ifndef XNU_DARWINTEST_UTILS_H 2 #define XNU_DARWINTEST_UTILS_H 3 4 #include <stdbool.h> 5 6 /* Misc. utility functions for writing darwintests. */ 7 bool is_development_kernel(void); 8 #endif /* !defined(XNU_DARWINTEST_UTILS_H) */ 9