/* * testthreadcall.h * testkext * */ #include #include class testthreadcall : public IOService { OSDeclareDefaultStructors(testthreadcall); virtual bool start( IOService * provider ); public: thread_call_t tcall; IOSimpleLock *tlock; };