summaryrefslogtreecommitdiff
path: root/include/PR/os_tlb.h
blob: 7d0b5a341e711db096bff488e9cf74cae6fd1d3d (plain)
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