This commit is contained in:
Jasmine Iwanek
2022-11-18 13:00:51 -05:00
parent 370a343b94
commit e38e24afb5
3 changed files with 4 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ extern void spd_write_drbs_ali1621(uint8_t *regs, uint8_t reg_min, uint8_t reg_m
extern void spd_write_drbs_intel_815ep(uint8_t *regs);
/* 815EP Memory Hack Specific */
extern void intel_815ep_spd_init(); /* Initialize the SPD (For the Machines) */
extern uint8_t intel_815ep_get_banking(); /* Get the Banking Configuration (For the Chipset) */
extern void intel_815ep_spd_init(void); /* Initialize the SPD (For the Machines) */
extern uint8_t intel_815ep_get_banking(void); /* Get the Banking Configuration (For the Chipset) */
#endif /*EMU_SPD_H*/