You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
173 B

#ifndef __GRUB_LIKE_CMD_INITRD__
#define __GRUB_LIKE_CMD_INITRD__
int initrd_execed(void);
unsigned int get_initrd_start(void);
unsigned int get_initrd_size(void);
#endif