summaryrefslogtreecommitdiffhomepage
path: root/src/loader/inc/protocols/all.h
blob: 9b6e7500cb4ecfb6b00b2dff60968aa8b451eb56 (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 <config.h>
#include <def.h>

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

#endif