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

typedef unsigned long int Uint32;
typedef unsigned char Byte;
typedef unsigned short int Word;
typedef unsigned long int DWord;

#endif