1 /* sys/ioc_memory.h - Memory ioctl() command codes.
10 #include <minix/ioctl.h>
12 #define MIOCRAMSIZE _IOW('m', 3, u32_t)
13 #define MIOCMAP _IOW('m', 4, struct mapreq)
14 #define MIOCUNMAP _IOW('m', 5, struct mapreq)
16 #endif /* _S_I_MEMORY_H */