mirror of https://github.com/PrimeDecomp/prime.git
7 lines
105 B
C
7 lines
105 B
C
|
#ifndef __DVD_REGS_H__
|
||
|
#define __DVD_REGS_H__
|
||
|
|
||
|
vu32 __DIRegs[16] : 0xCC006000;
|
||
|
|
||
|
#endif // __DVD_REGS_H__
|