xref: /xnu-8796.101.5/tests/counter/common.h (revision aca3beaa3dfbd42498b42c5e5ce20a938e6554e5)
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) */
8