the first working version
[jz_xloader.git] / include / types.h
blob0010e35723ed7c39d2aab8924bca7a86d85f4783
1 /*
2 * Copyright (c) 2009, yajin <yajin@vm-kernel.org>
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of
7 * the License, or (at your option) any later version.
8 */
10 #ifndef __TYPES_H__
11 #define __TYPES_H__
13 #define u32 unsigned int
14 #define u16 unsigned short
15 #define u8 unsigned char
17 #endif /* __TYPES_H__ */