9 lines
173 B
C
9 lines
173 B
C
/* $NetBSD: cdefs.h,v 1.12 2012/01/20 14:08:05 joerg Exp $ */
|
|
|
|
#ifndef _MACHINE_CDEFS_H_
|
|
#define _MACHINE_CDEFS_H_
|
|
|
|
#define __ALIGNBYTES 7
|
|
|
|
#endif /* !_MACHINE_CDEFS_H_ */
|