]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/net/common/v2_0/include/machine/ansi.h
Initial revision
[karo-tx-redboot.git] / packages / net / common / v2_0 / include / machine / ansi.h
1 //==========================================================================
2 //
3 //      include/machine/ansi.h
4 //
5 //      Architecture/platform specifics
6 //
7 //==========================================================================
8 //####BSDCOPYRIGHTBEGIN####
9 //
10 // -------------------------------------------
11 //
12 // Portions of this software may have been derived from OpenBSD or other sources,
13 // and are covered by the appropriate copyright disclaimers included herein.
14 //
15 // -------------------------------------------
16 //
17 //####BSDCOPYRIGHTEND####
18 //==========================================================================
19 //#####DESCRIPTIONBEGIN####
20 //
21 // Author(s):    gthomas
22 // Contributors: gthomas
23 // Date:         2000-01-10
24 // Purpose:      
25 // Description:  
26 //              
27 //
28 //####DESCRIPTIONEND####
29 //
30 //==========================================================================
31
32 #ifndef _MACHINE_ANSI_H_
33 #define _MACHINE_ANSI_H_
34
35 // Mappings of BSD-style functions used in networking code to those provided
36 // by the eCos environment.
37
38 // Nothing to do here any more.
39
40 #endif // _MACHINE_ANSI_H_
41