This is xnu-11215.1.10. See this file in:
/*
 *  testvmx.h
 *  testkext
 *
 */

#include <IOKit/IOService.h>
#include <IOKit/IOLib.h>

class testvmx : public IOService {
	OSDeclareDefaultStructors(testvmx);

	virtual bool start( IOService * provider );

	virtual void stop( IOService * provider );
};