Home | History | Annotate | Line # | Download | only in include
      1  1.2  skrll /*	$NetBSD: bswap.h,v 1.2 2024/08/04 08:16:25 skrll 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