os/sysroot/usr/include/initrd.h

8 lines
92 B
C

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