Home | History | Annotate | Line # | Download | only in include
      1 /* $NetBSD: cdefs.h,v 1.2 2023/05/07 12:41:48 skrll Exp $ */
      2 
      3 #ifndef _RISCV_CDEFS_H_
      4 #define _RISCV_CDEFS_H_
      5 
      6 #define	__ALIGNBYTES	((size_t)(__BIGGEST_ALIGNMENT__ - 1U))
      7 
      8 #endif /* _RISCV_CDEFS_H_ */
      9