8 lines
92 B
C
8 lines
92 B
C
#ifndef INITRD_H
|
|
#define INITRD_H
|
|
|
|
long initrd_sz();
|
|
void initrd_get(char* initrd);
|
|
|
|
#endif
|