mirror of https://github.com/PCSX2/pcsx2.git
9 lines
117 B
C
9 lines
117 B
C
|
#ifndef __EEINIT_H__
|
||
|
#define __EEINIT_H__
|
||
|
|
||
|
#include <tamtypes.h>
|
||
|
|
||
|
void TlbInit();
|
||
|
|
||
|
#endif /* __EEINIT_H__ */
|