]> rtime.felk.cvut.cz Git - orte.git/blob - orte/include/orte/ew_types.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / include / orte / ew_types.h
1 /*
2  *  $Id: ew_types.h,v 0.0.0.1         2003/09/10
3  *
4  *  -------------------------------------------------------------------
5  *                                ORTE
6  *                      Open Real-Time Ethernet
7  *
8  *                      Copyright (C) 2001-2006
9  *  Department of Control Engineering FEE CTU Prague, Czech Republic
10  *                      http://dce.felk.cvut.cz
11  *                      http://www.ocera.org
12  *
13  *  Author:              Petr Smolik    petr@smoliku.cz
14  *  Advisor:             Pavel Pisa
15  *  Project Responsible: Zdenek Hanzalek
16  *  --------------------------------------------------------------------
17  *
18  *  This program is free software; you can redistribute it and/or modify
19  *  it under the terms of the GNU General Public License as published by
20  *  the Free Software Foundation; either version 2 of the License, or
21  *  (at your option) any later version.
22  *
23  *  This program is distributed in the hope that it will be useful,
24  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
25  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26  *  GNU General Public License for more details.
27  *
28  */
29
30 #ifndef _EW_TYPES_H
31 #define _EW_TYPES_H
32
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36
37 #define uint8_t   unsigned char
38 #define int8_t    char
39 #define uint16_t  unsigned short
40 #define int16_t   short
41 #define uint32_t  unsigned int
42 #define int32_t   int
43
44 #ifdef __cplusplus
45 } /* extern "C"*/
46 #endif
47
48 #endif  /* _MSC_TYPES_H */