summaryrefslogtreecommitdiff
path: root/src/libs/types.h
blob: 1a0b0d2e2ef2292db4fe619abd9a75a0f64df286 (plain)
1
2
3
4
5
6
7
8
#ifndef __TYPES_H__
#define __TYPES_H__

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

#endif