log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
kern
view src/ata.h @ 84:4dd35ccceba1
find changesets by author, revision, files, or words in the commit message
foo
author
John Tsiombikas <nuclear@member.fsf.org>
date
Wed, 07 Dec 2011 04:26:18 +0000
parents
children
379332fc1667
line source
1
#ifndef ATA_H_
2
#define ATA_H_
3
4
void init_ata(void);
5
6
#endif /* ATA_H_ */