]> git.saurik.com Git - apple/xnu.git/blob
1ebf4fbe83a4dc63b8072a2fd25580ccc6d31463
[apple/xnu.git] /
1 //
2 // test_intentionally_crashing_driver_56101852.iig
3 // test_intentionally_crashing_driver_56101852
4 //
5 // Copyright © 2019 Apple Inc. All rights reserved.
6 //
7
8 #ifndef test_intentionally_crashing_driver_56101852_h
9 #define test_intentionally_crashing_driver_56101852_h
10
11 #include <Availability.h>
12 #include <DriverKit/IOService.iig>
13
14 class test_intentionally_crashing_driver_56101852: public IOService
15 {
16 public:
17 virtual kern_return_t
18 Start(IOService * provider) override;
19 };
20
21 #endif /* test_intentionally_crashing_driver_56101852_h */