summaryrefslogtreecommitdiffhomepage
path: root/src/loader/inc/impl/all.h
diff options
context:
space:
mode:
authorMarvin Borner2021-07-12 18:14:44 +0200
committerMarvin Borner2021-07-12 18:15:29 +0200
commit1b429c0fc28e5cd8b474ad5a1de1fa6f3d7c2e2a (patch)
tree593af3e3ec78795bb47553f492db07fb7e87e373 /src/loader/inc/impl/all.h
parentd414d2f6f46bd425d727af5baae3e2658d6e1384 (diff)
Renamed files to match presentation
Diffstat (limited to 'src/loader/inc/impl/all.h')
-rw-r--r--src/loader/inc/impl/all.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/loader/inc/impl/all.h b/src/loader/inc/impl/all.h
deleted file mode 100644
index 01565a6..0000000
--- a/src/loader/inc/impl/all.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// 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