]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/interp/blob/iblblob.h
0d13aebd8fe64f1f6b7f0cf1f72b53b33c8ccef3
[keystone-rtos/ibl.git] / src / interp / blob / iblblob.h
1 #ifndef IBLBLOB_H
2 #define IBLBLOB_H
3 /*****************************************************************************************
4  * FILE PURPOSE: Define the API to the binary blob interpreter
5  *****************************************************************************************
6  * FILE NAME: iblblob.h
7  *
8  * DESCRIPTION: The interface to the binary blob interpreter is defined.
9  *
10  *****************************************************************************************/
11 #include "types.h"
12 #include "ibl.h"
13 #include "iblloc.h"
16 void iblBootBlob (BOOT_MODULE_FXN_TABLE *bootFxn, Uint32 *entry, void *formatParams);
19 #endif /* IBLBLOB_H */