HyperPlatform Programmer's Reference
driver.h
Go to the documentation of this file.
1 // Copyright (c) 2015-2017, Satoshi Tanda. All rights reserved.
2 // Use of this source code is governed by a MIT-style license that can be
3 // found in the LICENSE file.
4 
7 
8 #ifndef HYPERPLATFORM_DRIVER_H_
9 #define HYPERPLATFORM_DRIVER_H_
10 
11 extern "C" {
13 //
14 // macro utilities
15 //
16 
18 //
19 // constants and macros
20 //
21 
23 //
24 // types
25 //
26 
28 //
29 // prototypes
30 //
31 
33 //
34 // variables
35 //
36 
38 //
39 // implementations
40 //
41 
42 } // extern "C"
43 
44 #endif // HYPERPLATFORM_DRIVER_H_