diff options
Diffstat (limited to 'ecos/packages/net/tcpip/current/include/machine/cdefs.h')
| -rw-r--r-- | ecos/packages/net/tcpip/current/include/machine/cdefs.h | 33 | 
1 files changed, 33 insertions, 0 deletions
| diff --git a/ecos/packages/net/tcpip/current/include/machine/cdefs.h b/ecos/packages/net/tcpip/current/include/machine/cdefs.h new file mode 100644 index 0000000..fe027bf --- /dev/null +++ b/ecos/packages/net/tcpip/current/include/machine/cdefs.h @@ -0,0 +1,33 @@ +//========================================================================== +// +//      include/machine/cdefs.h +// +//      Architecture/platform specific parameters +// +//========================================================================== +// ####BSDALTCOPYRIGHTBEGIN####                                              +// -------------------------------------------                               +// Portions of this software may have been derived from OpenBSD              +// or other sources, and if so are covered by the appropriate copyright      +// and license included herein.                                              +// -------------------------------------------                               +// ####BSDALTCOPYRIGHTEND####                                                +//========================================================================== +//#####DESCRIPTIONBEGIN#### +// +// Author(s):    gthomas +// Contributors: gthomas +// Date:         2000-01-10 +// Purpose:       +// Description:   +//               +// +//####DESCRIPTIONEND#### +// +//========================================================================== + + +#ifndef _MACHINE_CDEFS_H_ +#define _MACHINE_CDEFS_H_ + +#endif // _MACHINE_CDEFS_H_ | 
