rulimine/common/protos/linux.h

9 lines
146 B
C
Raw Normal View History

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