kern

annotate 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
rev   line source
nuclear@78 1 #ifndef ATA_H_
nuclear@78 2 #define ATA_H_
nuclear@78 3
nuclear@78 4 void init_ata(void);
nuclear@78 5
nuclear@78 6 #endif /* ATA_H_ */