mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 21:49:06 -04:00
12 lines
246 B
C
12 lines
246 B
C
/* $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_ */
|