]> git.saurik.com Git - apple/xnu.git/blob - tests/test_utils.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tests / test_utils.h
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) */