types.h
Go to the documentation of this file.
00001 /****************************************************************************
00002 *
00003 *   Copyright (c) 2006 Carrick Detweiler
00004 *                      and Massachusetts Institute of Technology
00005 *
00006 *   This program is free software; you can redistribute it and/or modify
00007 *   it under the terms of the GNU General Public License as published by
00008 *   the Free Software Foundation; either version 2 of the License, or
00009 *   (at your option) any later version.
00010 *
00011 *   This program is distributed in the hope that it will be useful,
00012 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014 *   GNU General Public License for more details.
00015 *
00016 *   You should have received a copy of the GNU General Public License
00017 *   along with this program; if not, write to the Free Software
00018 *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00019 *
00020 *   $Id: types.h 142 2007-01-05 17:10:44Z carrick $
00021 ****************************************************************************/
00022 
00023 
00024 #if !defined( TYPES_H )
00025 #define TYPES_H
00026 
00033 #define eint8 signed char
00034 #define euint8 unsigned char
00035 #define eint16 signed short
00036 #define euint16 unsigned short
00037 #define eint32 signed int
00038 #define euint32 unsigned int
00039 #define echar char
00040 #define euchar unsigned char
00041 
00042 
00043 #endif /* TYPES_H */


asctec_hl_firmware
Author(s): Markus Achtelik, Michael Achtelik, Stephan Weiss, Laurent Kneip
autogenerated on Tue Dec 17 2013 11:39:27