#include <IOKit/IOLib.h>
class testthreadcall : public IOService {
- OSDeclareDefaultStructors(testthreadcall);
-
- virtual bool start( IOService * provider );
-
+ OSDeclareDefaultStructors(testthreadcall);
+
+ virtual bool start( IOService * provider );
+
public:
thread_call_t tcall;
+ thread_call_t tcall2;
IOSimpleLock *tlock;
-};
\ No newline at end of file
+ IOLock *tlock2;
+};