master
1/* $NetBSD: cdefs.h,v 1.13 2014/03/18 17:11:19 christos Exp $ */
2
3#ifndef _MACHINE_CDEFS_H_
4#define _MACHINE_CDEFS_H_
5
6/* No arch-specific cdefs. */
7#ifdef __arch64__
8#define __ALIGNBYTES ((size_t)0xf)
9#else
10#define __ALIGNBYTES ((size_t)0x7)
11#endif
12
13#endif /* !_MACHINE_CDEFS_H_ */