NetBSD/sys/arch/amd64/include/cdefs.h
mrg 433b5dde02 put the contents of these header files around #ifdef __x86_64__, and
#include the <i386/foo.h> in the #else clause, making these files
largely bit-size independant.
2008-10-26 00:08:15 +00:00

9 lines
173 B
C

/* $NetBSD: cdefs.h,v 1.2 2008/10/26 00:08:15 mrg Exp $ */
#ifndef _X86_64_CDEFS_H_
#define _X86_64_CDEFS_H_
/* No arch-specific cdefs. */
#endif /* !_X86_64_CDEFS_H_ */