]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/util/romparse_c6472/types.h
Port makefiles to Linux (while still supporting Windows)
[keystone-rtos/ibl.git] / src / util / romparse_c6472 / types.h
1 #ifndef _TYPES_H
2 #define _TYPES_H
3 /**************************************************************************
4  * FILE PURPOSE: Define type values
5  **************************************************************************
6  * FILE NAME: types.h
7  *
8  * DESCRIPTION: File required to read the tiboot.h file directly from
9  *                              the application.
10  *
11  ***************************************************************************/
13 typedef unsigned int UINT16;
14 typedef unsigned int UINT32;
15 typedef unsigned int word;
20 #endif /* _TYPES_H */