9 lines
186 B
C
9 lines
186 B
C
/* $NetBSD: cdefs.h,v 1.13 2014/03/18 17:11:19 christos Exp $ */
|
|
|
|
#ifndef _MACHINE_CDEFS_H_
|
|
#define _MACHINE_CDEFS_H_
|
|
|
|
#define __ALIGNBYTES ((size_t)7)
|
|
|
|
#endif /* !_MACHINE_CDEFS_H_ */
|