libsmbios_c library
SmbiosDefs.h
Go to the documentation of this file.
1 // vim:expandtab:autoindent:tabstop=4:shiftwidth=4:filetype=c:
2 /*
3  * Copyright (C) 2005 Dell Inc.
4  * by Michael Brown <Michael_E_Brown@dell.com>
5  * Licensed under the Open Software License version 2.1
6  *
7  * Alternatively, you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published
9  * by the Free Software Foundation; either version 2 of the License,
10  * or (at your option) any later version.
11 
12  * This program is distributed in the hope that it will be useful, but
13  * WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15  * See the GNU General Public License for more details.
16  */
17 
18 
19 #ifndef SMBIOSDEFS_H
20 #define SMBIOSDEFS_H
21 
22 // compat header should always be first header
23 #include "smbios/compat.h"
24 
25 
26 // abi_prefix should be last header included before declarations
28 
29 namespace smbios
30 {
31  // List of constants to use for different table types
32  enum {
44  OEM_Strings = 11 ,
56  System_Reset = 23 ,
73  Inactive = 126 ,
75  Parallel_Port = 209 ,
76  Serial_Port = 210 ,
77  IR_Port = 211 ,
78 
79  End_of_Table = 127 ,
80 
81  // vendor proprietary
84  };
85 
86 }
87 
88 
89 // always should be last thing in header file
91 
92 #endif /* SMBIOSDEFS_H */
Definition: SmbiosDefs.h:68
Definition: SmbiosDefs.h:59
Definition: SmbiosDefs.h:62
Definition: SmbiosDefs.h:82
Definition: SmbiosDefs.h:56
Definition: SmbiosDefs.h:49
Definition: SmbiosDefs.h:34
Definition: SmbiosDefs.h:35
Definition: SmbiosDefs.h:74
Definition: SmbiosDefs.h:66
Definition: SmbiosDefs.h:71
Definition: SmbiosDefs.h:77
Definition: SmbiosDefs.h:79
Definition: SmbiosDefs.h:41
Definition: SmbiosDefs.h:47
Definition: SmbiosDefs.h:58
Definition: SmbiosDefs.h:38
Definition: SmbiosDefs.h:52
Definition: SmbiosDefs.h:70
Definition: SmbiosDefs.h:43
Definition: SmbiosDefs.h:44
Definition: SmbiosDefs.h:33
Definition: SmbiosDefs.h:51
Definition: SmbiosDefs.h:67
Definition: SmbiosDefs.h:45
Definition: SmbiosDefs.h:50
Definition: SmbiosDefs.h:48
Definition: SmbiosDefs.h:39
Definition: SmbiosDefs.h:63
Definition: SmbiosDefs.h:75
Definition: SmbiosDefs.h:40
Definition: SmbiosDefs.h:54
Definition: SmbiosDefs.h:55
Definition: SmbiosDefs.h:37
Definition: SmbiosDefs.h:69
Definition: SmbiosDefs.h:61
Definition: SmbiosDefs.h:57
Definition: SmbiosDefs.h:42
Definition: SmbiosDefs.h:53
Definition: SmbiosDefs.h:60
Definition: SmbiosDefs.h:72
Definition: SmbiosDefs.h:76
Definition: SmbiosDefs.h:36
Definition: SmbiosDefs.h:46
Definition: SmbiosDefs.h:73
Definition: SmbiosDefs.h:83
Definition: SmbiosDefs.h:65