Home | History | Annotate | Line # | Download | only in include
bswap.h revision 1.1
      1 /*      $NetBSD: bswap.h,v 1.1 2014/09/19 17:36:26 matt Exp $      */
      2 
      3 #ifndef _RISCV_BSWAP_H_
      4 #define _RISCV_BSWAP_H_
      5 
      6 #include <riscv/byte_swap.h>
      7 
      8 #define __BSWAP_RENAME
      9 #include <sys/bswap.h>
     10 
     11 #endif /* _RISCV_BSWAP_H_ */
     12