diff options
Diffstat (limited to 'bootloader/tpj1022.c')
| -rw-r--r-- | bootloader/tpj1022.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/tpj1022.c b/bootloader/tpj1022.c index 62929cf..aaf6e9f 100644 --- a/bootloader/tpj1022.c +++ b/bootloader/tpj1022.c @@ -30,7 +30,7 @@ #include "lcd.h" #include "kernel.h" #include "thread.h" -#include "ata.h" +#include "storage.h" #include "fat.h" #include "disk.h" #include "font.h" @@ -58,7 +58,7 @@ void* main(void) printf("Hello World!"); #endif - i=ata_init(); + i=storage_init(); disk_init(); rc = disk_mount_all(); |