blob: 9c0d2f2fdc643e96b6cc5c99e62a0e47e8ceda10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $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_ */
|