Project

General

Profile

Statistics
| Revision:

root / lab4 / .minix-src / include / sys / ioc_memory.h @ 13

History | View | Annotate | Download (250 Bytes)

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

    
14
#endif /* _S_I_MEMORY_H */