diff options
Diffstat (limited to 'src/loader/inc/dev.h')
-rw-r--r-- | src/loader/inc/dev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/loader/inc/dev.h b/src/loader/inc/dev.h index 9e64bdb..7120a83 100644 --- a/src/loader/inc/dev.h +++ b/src/loader/inc/dev.h @@ -5,7 +5,6 @@ #include <def.h> #include <dsk.h> -#include <impl/all.h> enum dev_type { DEV_DISK, @@ -23,7 +22,6 @@ struct dev { union { struct { struct fs fs; - struct impl impl; } disk; // TODO: Other (framebuffer?) } p; // Prototype union |