NetBSD/sys/arch/ia64/include/cdefs.h
cherry ba7cbe760f Initial import of arch/ia64 sources.
These sources are ported from FreeBSD/ia64 code.
See individual source files for credits.
In addition, code from NetBSD/alpha NetBSD/sparc64,
NetBSD/i386 and NetBSD/amd64 were used as templates,
along with my own additions.
2006-04-07 13:57:43 +00:00

12 lines
236 B
C

/* $NetBSD: cdefs.h,v 1.1 2006/04/07 14:21:18 cherry Exp $ */
#ifndef _MACHINE_CDEFS_H_
#define _MACHINE_CDEFS_H_
/* We're elf only: inspected by sys/cdefs.h */
#ifndef __ELF__
#define __ELF__
#endif
#endif /* !_MACHINE_CDEFS_H_ */