1 #ifndef _IBL_BTBL_H
2 #define _IBL_BTBL_H
4 /*************************************************************************************************
5 * FILE PURPOSE: Define the boot table processor to the IBL
6 *************************************************************************************************
7 * FILE NAME: iblbtbl.h
8 *
9 * DESCRIPTION: Defines the API to the IBL boot table processing wrapper
10 *
11 *************************************************************************************************/
12 #include "types.h"
13 #include "iblloc.h"
16 /* Prototypes */
17 void iblBootBtbl (BOOT_MODULE_FXN_TABLE *bootFxn, Uint32 *entry_point);
23 #endif /* _IBL_BTBL_H */