]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/testkext/testvmx.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tools / tests / testkext / testvmx.h
index 9da7ca9d5cc692c92b4307ed0588c050a671ecb6..769bcc509e37322d33850a3c61c12cf11c867495 100644 (file)
@@ -2,19 +2,15 @@
  *  testvmx.h
  *  testkext
  *
- *  Created by Shantonu Sen on 10/24/08.
- *  Copyright 2008 Apple Computer, Inc.. All rights reserved.
- *
  */
 
 #include <IOKit/IOService.h>
 #include <IOKit/IOLib.h>
 
 class testvmx : public IOService {
-    OSDeclareDefaultStructors(testvmx);
-    
-    virtual bool start( IOService * provider );
-    
-    virtual void stop( IOService * provider );
-    
+       OSDeclareDefaultStructors(testvmx);
+
+       virtual bool start( IOService * provider );
+
+       virtual void stop( IOService * provider );
 };