]> git.saurik.com Git - apple/xnu.git/blob - tests/counter/common.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tests / counter / common.h
1 #ifndef _COUNTER_COMMON_H
2 #define _COUNTER_COMMON_H
3
4 int init_scalable_counter_test(void);
5 int fini_scalable_counter_test(void);
6
7 #endif /* !defined(_COUNTER_COMMON_H) */