libsmbios_c library
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
src
include
smbios
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
27
#include "
smbios/config/abi_prefix.hpp
"
28
29
namespace
smbios
30
{
31
// List of constants to use for different table types
32
enum
{
33
BIOS_Information
= 0 ,
34
System_Information
= 1 ,
35
Base_Board_Information
= 2 ,
36
System_Enclosure_or_Chassis
= 3 ,
37
Processor_Information
= 4 ,
38
Memory_Controller_Information
= 5 ,
39
Memory_Module_Information
= 6 ,
40
Cache_Information
= 7 ,
41
Port_Connector_Information
= 8 ,
42
System_Slots
= 9 ,
43
On_Board_Devices_Information
= 10 ,
44
OEM_Strings
= 11 ,
45
System_Configuration_Options
= 12 ,
46
BIOS_Language_Information
= 13 ,
47
Group_Associations
= 14 ,
48
System_Event_Log
= 15 ,
49
Physical_Memory_Array
= 16 ,
50
Memory_Device
= 17 ,
51
Memory_Error_Information_32_bit
= 18 ,
52
Memory_Array_Mapped_Address
= 19 ,
53
Memory_Device_Mapped_Address
= 20 ,
54
Built_in_Pointing_Device
= 21 ,
55
Portable_Battery
= 22 ,
56
System_Reset
= 23 ,
57
Hardware_Security
= 24 ,
58
System_Power_Controls
= 25 ,
59
Voltage_Probe
= 26 ,
60
Cooling_Device
= 27 ,
61
Temperature_Probe
= 28 ,
62
Electrical__Current_Probe
= 29 ,
63
Out_of_Band_Remote_Access
= 30 ,
64
Boot_Integrity_Services_Entry_Point
= 31 ,
65
System_Boot_Information
= 32 ,
66
Memory_Error_Information_64_bit
= 33 ,
67
Management_Device
= 34 ,
68
Management_Device_Component
= 35 ,
69
Management_Device_Threshold
= 36 ,
70
Memory_Channel
= 37 ,
71
IPMI_Device_Information
= 38 ,
72
System_Power_Supply
= 39 ,
73
Inactive
= 126 ,
74
Revisions_and_IDs
= 208 ,
75
Parallel_Port
= 209 ,
76
Serial_Port
= 210 ,
77
IR_Port
= 211 ,
78
79
End_of_Table
= 127 ,
80
81
// vendor proprietary
82
Dell_Revisions_and_IDs
= 0xD0,
83
Dell_Indexed_Io
= 0xD4
84
};
85
86
}
87
88
89
// always should be last thing in header file
90
#include "
smbios/config/abi_suffix.hpp
"
91
92
#endif
/* SMBIOSDEFS_H */
Generated on Mon Jun 24 2013 17:57:39 for libsmbios_c library by
1.8.1.2