MyOS Libc
initrd.h
Go to the documentation of this file.
1 
5 #ifndef INITRD_H
6 #define INITRD_H
7 
8 
13 long initrd_sz();
18 void initrd_get(char* initrd);
19 
20 #endif
long initrd_sz()
Definition: initrd.c:6
void initrd_get(char *initrd)
Definition: initrd.c:15