repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
include
/
sys
/
ioc_memory.h
blob
f025a55bbe58a14e4acd1b2a0139a51d650e4b3e
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 */