]> git.saurik.com Git - apple/xnu.git/blob - tools/tests/unit_tests/guarded_fd_tests_11746236_src/guarded_test_common.h
ce3bcf7c8fd65b4cd389a89562156de918610df7
[apple/xnu.git] / tools / tests / unit_tests / guarded_fd_tests_11746236_src / guarded_test_common.h
1 /*
2 * Common file for Guarded fd Unit Tests
3 */
4
5 #ifndef _GUARDED_TEST_COMMON_H_
6 #define _GUARDED_TEST_COMMON_H_
7
8 /* Exception causing fd for test program */
9 #define TEST_FD 25
10
11 #endif /* _GUARDED_TEST_COMMON_H_ */