summaryrefslogtreecommitdiff
path: root/lib/ultralib/src/io/pigettype.c
blob: 67fdc72a5d068a56ea31b5916321c2fd8f6b1310 (plain)
1
2
3
4
5
6
7
8
#include "PR/os_internal.h"

// TODO: this comes from a header
#ident "$Revision: 1.17 $"

s32 osPiGetDeviceType(void) {
    return osRomType;
}