9 lines
179 B
C
9 lines
179 B
C
|
/* $NetBSD: cdefs.h,v 1.1 1999/09/13 10:31:15 itojun Exp $ */
|
||
|
|
||
|
#ifndef _MACHINE_CDEFS_H_
|
||
|
#define _MACHINE_CDEFS_H_
|
||
|
|
||
|
/* No arch-specific cdefs. */
|
||
|
|
||
|
#endif /* !_MACHINE_CDEFS_H_ */
|