byteorder.h 242 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
  3. #ifndef __ASM_CSKY_BYTEORDER_H
  4. #define __ASM_CSKY_BYTEORDER_H
  5. #include <linux/byteorder/little_endian.h>
  6. #endif /* __ASM_CSKY_BYTEORDER_H */