Intermediate update---please await next commit.

This commit is contained in:
Jorrit Herder
2005-05-19 09:36:44 +00:00
parent 614f49b557
commit 1cb880b158
15 changed files with 176 additions and 89 deletions

View File

@@ -10,10 +10,5 @@
#include <minix/ioctl.h>
#define MIOCRAMSIZE _IOW('m', 3, u32_t)
#define MIOCSPSINFO _IOW('m', 4, void *)
#define MIOCGPSINFO _IOR('m', 5, struct psinfo)
#define MIOCINT86 _IORW('m', 6, struct mio_int86)
#define MIOCGLDT86 _IORW('m', 7, struct mio_ldt86)
#define MIOCSLDT86 _IOW('m', 8, struct mio_ldt86)
#endif /* _S_I_MEMORY_H */