1 2 3 4 5 6 7
#include "PRinternal/piint.h" s32 osEPiGetDeviceType(OSPiHandle* pihandle, OSPiInfo* info) { info->type = pihandle->type; info->address = pihandle->baseAddress; return 0; }