Newer
Older
ubixos-kernel / ubixfsv2 / types.h
@reddawg reddawg on 13 Feb 2009 254 bytes UbixOS Kernel Sources
#ifndef TYPES_H
#define TYPES_H

typedef signed char  int8;
typedef unsigned char uInt8;
typedef unsigned int        uInt32;
typedef int                 int32;
typedef unsigned long long  uInt64;
typedef signed long long    int64;

#endif /* !TYPES_H */