1 #ifndef __LIB_UEFI_RELOCATION_H_
2 #define __LIB_UEFI_RELOCATION_H_
3 
4 int relocate_image(char *image);
5 
6 #endif