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