SMBIOS Library
|
#include "smbios/compat.h"
Go to the source code of this file.
Classes | |
struct | rbu_packet |
struct | rbu_packet_0 |
struct | rbu_hdr_file_header |
Namespaces | |
namespace | rbu |
Macros | |
#define | RBU_SMBIOS_STRUCT (0xDE) |
#define | RBU_ACTIVATE (0x005c) |
#define | RBU_CANCEL (0x005d) |
Variables | |
struct rbu::rbu_packet | LIBSMBIOS_PACKED_ATTR |
const int | NUM_SYS_ID_IN_HDR = 12 |
#define RBU_ACTIVATE (0x005c) |
Definition at line 26 of file RbuLowLevel.h.
Referenced by rbu::activateRbuToken().
#define RBU_CANCEL (0x005d) |
Definition at line 27 of file RbuLowLevel.h.
Referenced by rbu::cancelRbuToken().
#define RBU_SMBIOS_STRUCT (0xDE) |
Definition at line 25 of file RbuLowLevel.h.
Referenced by rbu::getSupportedPacketType().