kern

view src/ata.h @ 79:2dda077c1d38

silenced a warning about a missing prototype in panic.c
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 06 Dec 2011 12:59:38 +0200
parents
children 379332fc1667
line source
1 #ifndef ATA_H_
2 #define ATA_H_
4 void init_ata(void);
6 #endif /* ATA_H_ */