os/libc/initrd.h

8 lines
92 B
C
Raw Normal View History

#ifndef INITRD_H
#define INITRD_H
long initrd_sz();
void initrd_get(char* initrd);
#endif