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
/
netiso
/
xebec
/
test_def.h
blob
4d60a6ee003da03cd8ed42b325cd8cac134c23b1
1
/* $NetBSD$ */
2
3
struct
blah
{
4
unsigned int
blahfield
;
5
int
dummyi
;
6
char
dummyc
;
7
};
8
9
struct
test_pcbstruct
{
10
int
test_pcbfield
;
11
int
test_state
;
12
};
13
14
#define MACRO1(arg) if(arg != 0) { printf(
"macro1
\n
"
); }