Chameleon

Chameleon Svn Source Tree

Root/branches/meklort/i386/modules/include/types.h

Source at commit 972 created 13 years 10 days ago.
By macman, Added additional device ids and GT 420/430 & 9600M GT memory detection work around in nvidia.c. Added #define CPUID_MODEL_SANDY and #define MSR_IA32_PLATFORM_ID to cpu.h. Added CPU.BrandString to DBG output and updated /* Mobile CPU */ to use MSR_IA32_PLATFORM_ID instead of a hex value in cpu.c.
1#ifndef _TYPES_H_
2#define _TYPES_H_
3
4typedef unsigned char UInt8;
5typedef signed char SInt8;
6
7typedef unsigned short UInt16;
8typedef signed short SInt16;
9
10typedef unsigned int UInt32;
11typedef signed int SInt32;
12
13typedef unsigned long long UInt64;
14typedef signed long long SInt64;
15
16#endif /* _TYPES_H_ */

Archive Download this file

Revision: 972