Include guards on our headers
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef SOUND_SN76489_H
|
||||
# define SOUND_SN76489_H
|
||||
|
||||
enum
|
||||
{
|
||||
SN76496,
|
||||
@@ -31,3 +34,5 @@ typedef struct sn76489_t
|
||||
|
||||
void sn76489_init(sn76489_t *sn76489, uint16_t base, uint16_t size, int type, int freq);
|
||||
void sn74689_set_extra_divide(sn76489_t *sn76489, int enable);
|
||||
|
||||
#endif /*SOUND_SN76489_H*/
|
||||
|
||||
Reference in New Issue
Block a user