summaryrefslogtreecommitdiff
path: root/include/ultra64/piint.h
blob: 59b200a6cf6dc10c2774e87e5fb6b92ed7e053c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef ULTRA64_PIINT_H
#define ULTRA64_PIINT_H

#include "ultratypes.h"
#include "pi.h"

extern OSPiHandle* __osCurrentHandle[];
extern OSMesgQueue __osPiAccessQueue;
extern u32 __osPiAccessQueueEnabled;

#endif