00001 00006 /* 00007 * Copyright (C) 2003,2004 Bregmasoft 00008 * 00009 * This program is free software; you can redistribute it and/or modify it under 00010 * the terms of the GNU General Public License as published by the Free Software 00011 * Foundation; either version 2 of the License, or (at your option) any later 00012 * version. 00013 * 00014 * This program is distributed in the hope that it will be useful, but WITHOUT ANY 00015 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 00016 * PARTICULAR PURPOSE. See the GNU General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public License along with 00019 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 00020 * Place, Suite 330, Boston, MA 02111-1307 USA 00021 */ 00022 #ifndef ZYGOMA_TYPES_H_ 00023 #define ZYGOMA_TYPES_H_ 00024 00025 #include <arch/types.h> 00026 #include <arch.h> 00027 00028 namespace Zygoma 00029 { 00033 typedef Arch::u08 u08; 00034 00038 typedef Arch::u16 u16; 00039 00043 typedef Arch::u32 u32; 00044 } // namespace Zygoma 00045 00046 #endif // ZYGOMA_TYPES_H_