ICP  1
isisvme_types.h
Go to the documentation of this file.
1 #ifndef ISISVME_TYPES
2 #define ISISVME_TYPES
3 
4 #include "windows.h"
5 
6 typedef unsigned char isisU8_t;
7 typedef unsigned short isisU16_t;
8 typedef unsigned long isisU32_t;
9 //typedef unsigned long isisU64_t;
10 typedef ULONG64 isisU64_t;
11 
12 typedef char isis8_t;
13 typedef short isis16_t;
14 typedef long isis32_t;
15 
16 
17 #endif /* ISISVME_TYPES */
short isis16_t
Definition: isisvme_types.h:13
unsigned char isisU8_t
Definition: isisvme_types.h:6
unsigned long isisU32_t
Definition: isisvme_types.h:8
unsigned short isisU16_t
Definition: isisvme_types.h:7
ULONG64 isisU64_t
Definition: isisvme_types.h:10
long isis32_t
Definition: isisvme_types.h:14
char isis8_t
Definition: isisvme_types.h:12