summaryrefslogtreecommitdiff
path: root/minix/tests/testvm.h
blob: c47a7b04588b6b8c422e8047d5280a5d59d575ec (plain)
1
2
3
4
5
6
7
8

struct info {
	/* info to testvm */
	int big;	/* do BIG mode */

	/* info from testvm */
	int result;	/* error code */
};