summaryrefslogtreecommitdiffhomepage
path: root/src/loader/inc/impl/all.h
blob: 01565a63946ba9024dad8293b7ef0d00cab2639b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// MIT License, Copyright (c) 2021 Marvin Borner

#ifndef IMPL_ALL_H
#define IMPL_ALL_H

#include <cfg.h>
#include <def.h>

u8 impl_detect(struct cfg_entry *cfg);
void impl_exec(struct cfg_entry *cfg);

#endif