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 */