1 2 3 4 5 6 7 8 9
#ifndef PR_OS_TLB_H #define PR_OS_TLB_H #include "ultratypes.h" void osMapTLBRdb(void); void osUnmapTLBAll(void); #endif