1 2 3 4 5 6 7 8 9 10 11 12
// MIT License, Copyright (c) 2021 Marvin Borner #ifndef IMPL_MB1_H #define IMPL_MB1_H #include <def.h> #include <dev.h> u8 mb1_detect(struct dev *dev, const char *path); void mb1_exec(struct dev *dev, const char *path); #endif