]> git.saurik.com Git - apple/xnu.git/blame - tools/tests/testkext/testvmx.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tools / tests / testkext / testvmx.h
CommitLineData
b0d623f7
A
1/*
2 * testvmx.h
3 * testkext
4 *
b0d623f7
A
5 */
6
7#include <IOKit/IOService.h>
8#include <IOKit/IOLib.h>
9
10class testvmx : public IOService {
0a7de745
A
11 OSDeclareDefaultStructors(testvmx);
12
13 virtual bool start( IOService * provider );
14
15 virtual void stop( IOService * provider );
b0d623f7 16};