rulimine/stage2/protos/linux.h

9 lines
119 B
C
Raw Normal View History

2020-04-19 11:14:49 +03:00
#ifndef __PROTOS__LINUX_H__
#define __PROTOS__LINUX_H__
#include <fs/file.h>
void linux_load(char *cmdline);
2020-04-19 11:14:49 +03:00
#endif