diff --git a/src/devices/ide.h b/src/devices/ide.h new file mode 100644 index 0000000000000000000000000000000000000000..b35da5e8875eef92f4cb49a441d57977ea8e4f51 --- /dev/null +++ b/src/devices/ide.h @@ -0,0 +1,6 @@ +#ifndef DEVICES_IDE_H +#define DEVICES_IDE_H + +void ide_init (void); + +#endif /* devices/ide.h */