|
XenevaOS
|
#include <Sal.h>

Public Attributes | |
| struct _SAL_UPDATE_PAL_INFO_BLOCK * | Next |
| struct SAL_UPDATE_PAL_DATA_BLOCK * | DataBlock |
| UINT8 | StoreChecksum |
| UINT8 | Reserved [15] |
Data structure pointed by the parameter param_buf. It is a 16-byte aligned data structure in memory with a length of 32 bytes that describes the new firmware. This information is organized in the form of a linked list with each element describing one firmware component.
| struct SAL_UPDATE_PAL_DATA_BLOCK* _SAL_UPDATE_PAL_INFO_BLOCK::DataBlock |
| struct _SAL_UPDATE_PAL_INFO_BLOCK* _SAL_UPDATE_PAL_INFO_BLOCK::Next |
| UINT8 _SAL_UPDATE_PAL_INFO_BLOCK::Reserved[15] |
| UINT8 _SAL_UPDATE_PAL_INFO_BLOCK::StoreChecksum |