X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..HEAD:/tools/tests/testkext/testvmx.h diff --git a/tools/tests/testkext/testvmx.h b/tools/tests/testkext/testvmx.h index 9da7ca9d5..769bcc509 100644 --- a/tools/tests/testkext/testvmx.h +++ b/tools/tests/testkext/testvmx.h @@ -2,19 +2,15 @@ * testvmx.h * testkext * - * Created by Shantonu Sen on 10/24/08. - * Copyright 2008 Apple Computer, Inc.. All rights reserved. - * */ #include #include 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 ); };