Specifications
Code Definitions
137
//****************************************************
#define DATA_SIZE_8 0x00
#define DATA_SIZE_16 0x01
#define DATA_SIZE_32 0x02
#define DATA_SIZE_64 0x03
//****************************************************
// SMM_FUNCTION
//****************************************************
typedef struct {
UINT16 Function : 15;
UINT16 Owner : 1;
} SMM_FUNCTION;
Function
Function this Soft SMI is to initiate. Defined functions are below.
Owner
The definer of the function. Defined owners are below.
//****************************************************
// Function values
//****************************************************
#define INT15_D042 0x0000
#define GET_USB_BOOT_INFO 0x0001
#define DMI_PNP_50_57 0x0002
Table 12 gives a description of the fields in the above definition.










