audk/StdLib/Include/Ipf/machine/cdefs.h

12 lines
247 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_ */