]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/interp/coff/coffwrap.h
Added an optional second ibl config area to the i2c eeprom
[keystone-rtos/ibl.git] / src / interp / coff / coffwrap.h
1 #ifndef COFFWRAP_H
2 #define COFFWRAP_H
3 /*****************************************************************************************
4  * FILE PURPOSE: Define the coff loader wrapper to the IBL
5  *****************************************************************************************
6  * FILE NAME: coffwrap.h
7  *
8  * DESCRIPTION: Defines the application interface to the coff wrapper
9  *
10  *****************************************************************************************/
11 #include "types.h"
12 #include "iblloc.h"
15 /* The wrapper functions */
16 void iblBootCoff (BOOT_MODULE_FXN_TABLE *bootFxn, Uint32 *ientry_point);
17 bool iblIsCoff   (Uint16 cv);
23 #endif /* COFFWRAP_H */