source: trunk/minix/servers/is/is.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 701 bytes
Line 
1/* Header file for the system information server.
2 *
3 * Created:
4 * Jul 13, 2004 by Jorrit N. Herder
5 */
6
7#define _SYSTEM 1 /* get OK and negative error codes */
8#define _MINIX 1 /* tell headers to include MINIX stuff */
9
10#include <ansi.h>
11#include <sys/types.h>
12#include <limits.h>
13#include <errno.h>
14
15#include <minix/callnr.h>
16#include <minix/config.h>
17#include <minix/type.h>
18#include <minix/const.h>
19#include <minix/com.h>
20#include <minix/syslib.h>
21#include <minix/sysutil.h>
22#include <minix/keymap.h>
23#include <minix/bitmap.h>
24
25#include <stdlib.h>
26#include <stdio.h>
27#include <string.h>
28#include <unistd.h>
29#include <signal.h>
30
31#include "proto.h"
32#include "glo.h"
33
Note: See TracBrowser for help on using the repository browser.