summaryrefslogtreecommitdiff
path: root/src/kernel/ide.h
blob: 47bcc496f696b7d3cf86955ffe5a1491c251f22b (plain) (blame)
1
2
3
4
5
6
#ifndef IDE_H
#define IDE_H

void init_ide();

#endif