mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 19:50:35 +02:00
11 lines
262 B
C
11 lines
262 B
C
#ifndef _PS2_MCA_H_
|
|
#define _PS2_MCA_H_
|
|
void ps2_mca_board_model_50_init();
|
|
void ps2_mca_board_model_55sx_init();
|
|
void ps2_mca_board_model_70_type34_init(int is_type4);
|
|
void ps2_mca_board_model_80_type2_init();
|
|
|
|
void ps2_cache_clean();
|
|
|
|
#endif /* _PS2_MCA_H_ */
|