9 lines
146 B
C
Raw Normal View History

2020-04-19 10:14:49 +02:00
#ifndef __PROTOS__LINUX_H__
#define __PROTOS__LINUX_H__
#include <stdnoreturn.h>
2021-11-24 13:23:02 +01:00
noreturn void linux_load(char *config, char *cmdline);
2020-04-19 10:14:49 +02:00
#endif