2008-07-12 17:40:22 +00:00
|
|
|
#ifndef _CPSTRUCTS_H
|
|
|
|
#define _CPSTRUCTS_H
|
|
|
|
|
|
|
|
#include "Common.h"
|
2008-07-17 20:29:04 +00:00
|
|
|
#include "CPMemory.h"
|
2008-07-18 19:33:55 +00:00
|
|
|
#include "XFMemory.h"
|
2008-07-12 17:40:22 +00:00
|
|
|
|
|
|
|
void CPUpdateMatricesA();
|
|
|
|
void CPUpdateMatricesB();
|
|
|
|
void LoadCPReg(u32 SubCmd, u32 Value);
|
|
|
|
|
|
|
|
#endif
|