blob: fcaf048bb1b148e9c5dfb5296484cc3b7e75f0ed (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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);
#endif
|