1
#ifndef SMBTYPES_H
2
#define SMBTYPES_H
3
4
typedef unsigned short uint16;
5
typedef unsigned int   uint32;
6
typedef unsigned char  uint8;
7
8
#endif