mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-11-06 04:05:03 +00:00
7 lines
94 B
C
7 lines
94 B
C
#ifndef __CPU_H__
|
|
#define __CPU_H__
|
|
|
|
#define BYTE_ORDER LITTLE_ENDIAN
|
|
|
|
#endif /* __CPU_H__ */
|