xref: /minix3/minix/include/sys/ioc_memory.h (revision 6990e613413e4a5473e1a4880afa29e633a68fa4)
1*433d6423SLionel Sambuc /*	sys/ioc_memory.h - Memory ioctl() command codes.
2*433d6423SLionel Sambuc  *							Author: Kees J. Bot
3*433d6423SLionel Sambuc  *								23 Nov 2002
4*433d6423SLionel Sambuc  *
5*433d6423SLionel Sambuc  */
6*433d6423SLionel Sambuc 
7*433d6423SLionel Sambuc #ifndef _S_I_MEMORY_H
8*433d6423SLionel Sambuc #define _S_I_MEMORY_H
9*433d6423SLionel Sambuc 
10*433d6423SLionel Sambuc #include <minix/ioctl.h>
11*433d6423SLionel Sambuc 
12*433d6423SLionel Sambuc #define MIOCRAMSIZE	_IOW('m', 3, u32_t)
13*433d6423SLionel Sambuc 
14*433d6423SLionel Sambuc #endif /* _S_I_MEMORY_H */
15