SMBIOS Library
|
#include <SmiLowLevel.h>
Public Attributes | |
u32 | magic |
u32 | ebx |
u32 | ecx |
u16 | command_address |
u8 | command_code |
u8 | reserved |
u8 | command_buffer_start |
Definition at line 35 of file SmiLowLevel.h.
u16 command_address |
Definition at line 40 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::DellCallingInterfaceSmiImpl().
u8 command_buffer_start |
Definition at line 47 of file SmiLowLevel.h.
u8 command_code |
Definition at line 41 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::DellCallingInterfaceSmiImpl().
u32 ebx |
Definition at line 38 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::DellCallingInterfaceSmiImpl().
u32 ecx |
Definition at line 39 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::DellCallingInterfaceSmiImpl().
u32 magic |
Definition at line 37 of file SmiLowLevel.h.
Referenced by DellCallingInterfaceSmiImpl::DellCallingInterfaceSmiImpl().
u8 reserved |
Definition at line 42 of file SmiLowLevel.h.