Files
lk/lib/uefi/relocation.h

6 lines
107 B
C

#ifndef __LIB_UEFI_RELOCATION_H_
#define __LIB_UEFI_RELOCATION_H_
int relocate_image(char *image);
#endif