Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / netiso / xebec / test_def.h
blob4d60a6ee003da03cd8ed42b325cd8cac134c23b1
1 /* $NetBSD$ */
3 struct blah {
4 unsigned int blahfield;
5 int dummyi;
6 char dummyc;
7 };
9 struct test_pcbstruct {
10 int test_pcbfield;
11 int test_state;
14 #define MACRO1(arg) if(arg != 0) { printf("macro1\n"); }