view rvinterf/include/localtypes.h @ 929:ad6f1504465d

l1_{dis,en}able_dsp_trace functions: breakage-causing LoCosto-ism fixed
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sat, 24 Oct 2015 06:54:08 +0000
parents c146f38d2b5f
children
line wrap: on
line source

/*
 * Our own definition of u8/u16/u32
 */

typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;