mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 05:19:16 +08:00
2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/machine/endian.h: Remove CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/machine/endian.h: Remove
|
||||
CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES.
|
||||
* NEWS: new.
|
||||
|
||||
2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ( CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES == FALSE )
|
||||
|
||||
#if ( CPU_BIG_ENDIAN == TRUE )
|
||||
|
||||
/*
|
||||
@@ -91,6 +89,4 @@ static inline uint16_t htons( uint16_t _x )
|
||||
#error "Unknown endian-ness for this cpu"
|
||||
#endif
|
||||
|
||||
#endif /* CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES */
|
||||
|
||||
#endif /* _MACHINE_ENDIAN_H_ */
|
||||
|
||||
Reference in New Issue
Block a user