Include guards on our headers
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef EMU_MCA_H
|
||||
# define EMU_MCA_H
|
||||
|
||||
extern void mca_init(int nr_cards);
|
||||
extern void mca_add(uint8_t (*read)(int addr, void *priv), void (*write)(int addr, uint8_t val, void *priv), uint8_t (*feedb)(void *priv), void (*reset)(void *priv), void *priv);
|
||||
extern void mca_set_index(int index);
|
||||
@@ -6,4 +9,6 @@ extern void mca_write(uint16_t port, uint8_t val);
|
||||
extern uint8_t mca_feedb(void);
|
||||
extern void mca_reset(void);
|
||||
|
||||
extern void ps2_cache_clean(void);
|
||||
extern void ps2_cache_clean(void);
|
||||
|
||||
#endif /*EMU_MCA_H*/
|
||||
|
||||
Reference in New Issue
Block a user