kern

view src/ata.h @ 78:251a65b62223

of course I forgot to actually add the new files... every fucking time...
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 06 Dec 2011 12:56:46 +0200
parents
children 379332fc1667
line source
1 #ifndef ATA_H_
2 #define ATA_H_
4 void init_ata(void);
6 #endif /* ATA_H_ */