mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 06:29:51 -04:00
9 lines
179 B
C
9 lines
179 B
C
/* $NetBSD: cdefs.h,v 1.7 2012/01/20 14:08:06 joerg Exp $ */
|
|
|
|
#ifndef _M68K_CDEFS_H_
|
|
#define _M68K_CDEFS_H_
|
|
|
|
#define __ALIGNBYTES (sizeof(int) - 1)
|
|
|
|
#endif /* !_M68K_CDEFS_H_ */
|