1.2.5.3.30 VALID_SLOT Struct
C
typedef struct
{
// Firmware Image Header
FW_IMG_HDR * pHdr;
// Slot Information
const SLOT_PARAMS * pSlot;
// Topology Information
const IMG_MEM_TOPOLOGY * pTop;
} VALID_SLOT;
Description
Defines the valid slot information like header,slot number,etc
