9 lines
135 B
C
9 lines
135 B
C
#ifndef __PROTOS__LINUX_H__
|
|
#define __PROTOS__LINUX_H__
|
|
|
|
#include <fs/file.h>
|
|
|
|
void linux_load(char *cmdline, int boot_drive);
|
|
|
|
#endif
|