summaryrefslogtreecommitdiffstats
path: root/sys/netiso/xebec/test_def.h
blob: 6faa2dfce81f0a4d6fe2e3f584ca55793fe57063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

struct blah {
	unsigned int blahfield;
	int		dummyi;
	char 	dummyc;
};

struct test_pcbstruct {
	int test_pcbfield;
	int test_state;
};

#define MACRO1(arg) if(arg != 0) { printf("macro1\n"); }
OpenPOWER on IntegriCloud