summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/io/epigettype.c
blob: 8487e6828db9ee4bce9c6937e12ae7d0f577bf28 (plain)
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;
}