1 2 3 4 5 6 7 8
#ifndef INTIRD_H_ #define INITRD_H_ #include <kernel/vfs.h> extern const vfs_volume_funcs stdio_funcs; #endif // INITRD_H_