repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
ia64
/
include
/
cdefs.h
blob
b8f2a6c499f2c0ad1ee9b55ad086fa4def12f8e2
1
/* $NetBSD: cdefs.h,v 1.6 1999/03/20 01:40:26 thorpej Exp $ */
2
3
#ifndef _MACHINE_CDEFS_H_
4
#define _MACHINE_CDEFS_H_
5
6
/* We're elf only: inspected by sys/cdefs.h */
7
#ifndef __ELF__
8
#define __ELF__
9
#endif
10
11
#endif
/* !_MACHINE_CDEFS_H_ */