mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 05:59:13 -04:00
14 lines
262 B
C
14 lines
262 B
C
/* $NetBSD: cdefs.h,v 1.12 2012/01/20 14:08:06 joerg Exp $ */
|
|
|
|
#ifndef _MACHINE_CDEFS_H_
|
|
#define _MACHINE_CDEFS_H_
|
|
|
|
/* No arch-specific cdefs. */
|
|
#ifdef __arch64__
|
|
#define __ALIGNBYTES 0xf
|
|
#else
|
|
#define __ALIGNBYTES 0x7
|
|
#endif
|
|
|
|
#endif /* !_MACHINE_CDEFS_H_ */
|