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
/
compat
/
linux32
/
linux32_syscallargs.h
blob
d5e34c9a5228991348c76e6159030b170b391d5e
1
/* $NetBSD$ */
2
3
#ifndef _LINUX32_SYSCALLARGS_H
4
#define _LINUX32_SYSCALLARGS_H
5
6
#if defined(__amd64__)
7
#include <compat/linux32/arch/amd64/linux32_syscallargs.h>
8
#else
9
#error Undefined linux32_syscallargs.h machine type.
10
#endif
11
12
#endif
/* !_LINUX32_SYSCALLARGS_H */