rulimine/stage23/protos/linux.h

7 lines
111 B
C
Raw Normal View History

2020-04-19 11:14:49 +03:00
#ifndef __PROTOS__LINUX_H__
#define __PROTOS__LINUX_H__
void linux_load(char *config, char *cmdline);
2020-04-19 11:14:49 +03:00
#endif