OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #if defined(__linux__) || defined(__CYGWIN__)
2 #include_next <byteswap.h>
3 #else
4 #include <endian.h>
5 #endif