]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blobdiff - src/arch/c64x/types.h
for loop for pll + ddr_ctr_config
[keystone-rtos/ibl.git] / src / arch / c64x / types.h
index 652238d318b6a3d5c161f55fc704f6e18195addf..eb78227a6599ccfb75eb6b002f98d445c36edb63 100644 (file)
@@ -92,7 +92,9 @@ typedef unsigned int Uint32;
 /* TI boot types */
 typedef unsigned char  UINT8;
 typedef unsigned short UINT16;
+typedef short          SINT16;
 typedef unsigned int   UINT32;
+typedef int            SINT32;
 
 
 /* Types from evm driver */