Include guards on our headers
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
/* Copyright holders: Sarah Walker
|
||||
see COPYING for more details
|
||||
*/
|
||||
|
||||
#ifndef EMU_NMI_H
|
||||
# define EMU_NMI_H
|
||||
|
||||
extern int nmi_mask;
|
||||
extern int nmi;
|
||||
extern int nmi_auto_clear;
|
||||
@@ -9,3 +13,5 @@ extern int nmi_auto_clear;
|
||||
extern void nmi_init(void);
|
||||
|
||||
extern void nmi_write(uint16_t port, uint8_t val, void *p);
|
||||
|
||||
#endif /*EMU_NMI_H*/
|
||||
|
||||
Reference in New Issue
Block a user