Remove building with NOCRYPTO option
[minix.git] / minix / include / sys / ioc_memory.h
blobf025a55bbe58a14e4acd1b2a0139a51d650e4b3e
1 /* sys/ioc_memory.h - Memory ioctl() command codes.
2 * Author: Kees J. Bot
3 * 23 Nov 2002
5 */
7 #ifndef _S_I_MEMORY_H
8 #define _S_I_MEMORY_H
10 #include <minix/ioctl.h>
12 #define MIOCRAMSIZE _IOW('m', 3, u32_t)
14 #endif /* _S_I_MEMORY_H */