PSD_INSTALL keywords
This function probes the hardware to see if the PSD supports the current platform. No other operations should be executed in this function. It is merely a presence check. This function is the first function called upon loading a PSD. It must store away all the information passed to it in the install structure.
NO_ERROR
typedef struct install_s{ P_F_2 pPSDHlpRouter; (Input) char *pParmString; (Input) void *pPSDPLMA; (Input) ulong_t sizePLMA; (Input) } INSTALL;
pPSDHlpRouter