byteorder.h 162 B

1234567
  1. #ifndef _M68KNOMMU_BYTEORDER_H
  2. #define _M68KNOMMU_BYTEORDER_H
  3. #include <asm/swab.h>
  4. #include <linux/byteorder/big_endian.h>
  5. #endif /* _M68KNOMMU_BYTEORDER_H */