1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

Moved bogusly placed #endif that hid some prototypes.

This commit is contained in:
Bruce Evans 1995-11-18 09:37:42 +00:00
parent 6eeed24248
commit 27413a9eef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12367

View File

@ -408,6 +408,7 @@ struct sound_timer_operations {
extern int num_sound_drivers;
extern struct card_info snd_installed_cards[];
extern int num_sound_cards;
#endif /* _DEV_TABLE_C_ */
int sndtable_probe(int unit, struct address_info *hw_config);
int sndtable_init_card(int unit, struct address_info *hw_config);
@ -417,5 +418,4 @@ struct address_info *sound_getconf(int card_type);
void sound_chconf(int card_type, int ioaddr, int irq, int dma);
int snd_find_driver(int type);
#endif /* _DEV_TABLE_C_ */
#endif /* _DEV_TABLE_H_ */