mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 06:29:51 -04:00
9 lines
187 B
C
9 lines
187 B
C
/* $NetBSD: cdefs.h,v 1.1 2014/09/03 19:34:26 matt Exp $ */
|
|
|
|
#ifndef _OR1K_CDEFS_H_
|
|
#define _OR1K_CDEFS_H_
|
|
|
|
#define __ALIGNBYTES (__BIGGEST_ALIGNMENT__ - 1U)
|
|
|
|
#endif /* _OR1K_CDEFS_H_ */
|