Chameleon

Chameleon Svn Source Tree

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

Source at commit 1146 created 12 years 10 months ago.
By azimutz, Sync with trunk (r1145). Add nVidia dev id's, 0DF4 for "GeForce GT 450M" (issue 99) and 1251 for "GeForce GTX 560M" (thanks to oSxFr33k for testing).
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: 1146