OAL_ARGS_HEADER (Compact 2013)
10/16/2014
This structure defines the arguments header. Use the OAL_ARGS_HEADER structure at the start of the OEM-defined arguments structure to identify the arguments structure and verify its version.
Syntax
typedef struct {
UINT32 signature;
UINT16 oalVersion;
UINT16 bspVersion;
} OAL_ARGS_HEADER;
Members
- signature
Identifies the arguments structure.
- oalVersion
Identifies the OAL version of the arguments structure.
- bspVersion
Identifies the BSP version of the arguments structure.
Requirements
Header |
oal_args.h |
Library |
Developer Implemented |