xref: /minix3/minix/tests/testvm.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1 
2 struct info {
3 	/* info to testvm */
4 	int big;	/* do BIG mode */
5 
6 	/* info from testvm */
7 	int result;	/* error code */
8 };
9