1.3.3.2 PAL_INIT Struct

C

typedef struct
{
    /* PAL Handlers */
    PAL_HANDLERS                 palHandlers;
} PAL_INIT;

Summary

Defines the handlers required to initialize the PAL module.

Description

This data type defines the handlers required to initialize the PAL module.

Remarks

None.