xref: /xnu-11215.1.10/tests/iokit/service_helpers.h (revision 8d741a5de7ff4191bf97d57b9f54c2f6d4a15585)
1 #ifndef _XNU_TESTS_IOKIT_SERVICE_HELPERS_H_
2 #define _XNU_TESTS_IOKIT_SERVICE_HELPERS_H_
3 
4 #include <IOKit/IOKitLib.h>
5 
6 __BEGIN_DECLS
7 
8 int IOTestServiceFindService(const char * name, io_service_t * serviceOut);
9 
10 __END_DECLS
11 
12 #endif /* _XNU_TESTS_IOKIT_SERVICE_HELPERS_H_ */
13