kern

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/ata.h	Tue Dec 06 12:56:46 2011 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef ATA_H_
     1.5 +#define ATA_H_
     1.6 +
     1.7 +void init_ata(void);
     1.8 +
     1.9 +#endif	/* ATA_H_ */