mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
8 lines
127 B
C
8 lines
127 B
C
#ifndef _PS1_H_
|
|
#define _PS1_H_
|
|
void ps1mb_init();
|
|
void ps1mb_m2121_init();
|
|
void ps1mb_m2133_init(void);
|
|
|
|
#endif /* _PS1_H_ */
|