]> git.saurik.com Git - apple/xnu.git/blame - tools/tests/perf_index/test_fault_helper.h
xnu-4903.241.1.tar.gz
[apple/xnu.git] / tools / tests / perf_index / test_fault_helper.h
CommitLineData
fe8ab488
A
1#ifndef __TEST_FAULT_HELPER_H_
2#define __TEST_FAULT_HELPER_H_
3
4typedef enum {
5 TESTZFOD,
6 TESTFAULT
7} testtype_t;
8
9int test_fault_setup();
10int test_fault_helper(int thread_id, int num_threads, long long length, testtype_t testtype);
11
12#endif