summaryrefslogtreecommitdiffhomepage
path: root/src/loader/inc/impl/mb1.h
blob: d737cb2a944b8e483c2d59fd86312e39601bb453 (plain) (blame)
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