rulimine/stage23/protos/linux.h
2021-11-24 13:23:02 +01:00

9 lines
133 B
C

#ifndef __PROTOS__LINUX_H__
#define __PROTOS__LINUX_H__
#include <stdbool.h>
bool linux_load(char *config, char *cmdline);
#endif