aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/generic-netbsd/powerpc/cdefs.h
blob: 945a34fe3562c72fcac08861bfc4ee3bc95792b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$NetBSD: cdefs.h,v 1.10 2014/02/28 05:29:57 matt Exp $	*/

#ifndef	_POWERPC_CDEFS_H_
#define	_POWERPC_CDEFS_H_

#define	__ALIGNBYTES	(sizeof(double) - 1)
#ifdef _KERNEL
#define	ALIGNBYTES32	__ALIGNBYTES
#endif

#endif /* !_POWERPC_CDEFS_H_ */