source:
trunk/minix/include/sys/ioc_memory.h@
11
| Last change on this file since 11 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 341 bytes | |
| Rev | Line | |
|---|---|---|
| [9] | 1 | /* sys/ioc_memory.h - Memory ioctl() command codes. |
| 2 | * Author: Kees J. Bot | |
| 3 | * 23 Nov 2002 | |
| 4 | * | |
| 5 | */ | |
| 6 | ||
| 7 | #ifndef _S_I_MEMORY_H | |
| 8 | #define _S_I_MEMORY_H | |
| 9 | ||
| 10 | #include <minix/ioctl.h> | |
| 11 | ||
| 12 | #define MIOCRAMSIZE _IOW('m', 3, u32_t) | |
| 13 | #define MIOCMAP _IOR('m', 4, struct mapreq) | |
| 14 | #define MIOCUNMAP _IOR('m', 5, struct mapreq) | |
| 15 | ||
| 16 | #endif /* _S_I_MEMORY_H */ |
Note:
See TracBrowser
for help on using the repository browser.