1*1031c584SApple OSS Distributions #ifndef _XNU_TESTS_IOKIT_SERVICE_HELPERS_H_ 2*1031c584SApple OSS Distributions #define _XNU_TESTS_IOKIT_SERVICE_HELPERS_H_ 3*1031c584SApple OSS Distributions 4*1031c584SApple OSS Distributions #include <IOKit/IOKitLib.h> 5*1031c584SApple OSS Distributions 6*1031c584SApple OSS Distributions __BEGIN_DECLS 7*1031c584SApple OSS Distributions 8*1031c584SApple OSS Distributions int IOTestServiceFindService(const char * name, io_service_t * serviceOut); 9*1031c584SApple OSS Distributions 10*1031c584SApple OSS Distributions __END_DECLS 11*1031c584SApple OSS Distributions 12*1031c584SApple OSS Distributions #endif /* _XNU_TESTS_IOKIT_SERVICE_HELPERS_H_ */ 13