]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/interp/elf/ibl_elf.h
c6x-IBl: BOOTP: Fixed issue with BOOTP
[keystone-rtos/ibl.git] / src / interp / elf / ibl_elf.h
1 #ifndef _IBL_ELF_H
2 #define _IBL_ELF_H
3 /**
4  *  @file ibl_elf.h
5  *
6  *      @brief
7  *        Defines the API to the ibl elf loader
8  */
9 #include "types.h"
10 #include "ibl.h"
11 #include "iblloc.h"
12  
14 void iblBootElf (BOOT_MODULE_FXN_TABLE *bootFxn, Uint32 *ientry_point);
15 BOOL iblIsElf (Uint8 *elfhdr);
18 #endif /* _IBL_ELF_H */