]>
git.saurik.com Git - apple/xnu.git/blob - tools/tests/testkext/testvmx.h
5 * Created by Shantonu Sen on 10/24/08.
6 * Copyright 2008 Apple Computer, Inc.. All rights reserved.
10 #include <IOKit/IOService.h>
11 #include <IOKit/IOLib.h>
13 class testvmx
: public IOService
{
14 OSDeclareDefaultStructors(testvmx
);
16 virtual bool start( IOService
* provider
);
18 virtual void stop( IOService
* provider
);