Initial revision

This commit is contained in:
cvs
2000-02-07 10:38:55 +00:00
commit fdc6b051c9
846 changed files with 230218 additions and 0 deletions

29
sics.h Normal file
View File

@ -0,0 +1,29 @@
/*--------------------------------------------------------------------------
S I C S
A common header file which includes the SICS kernel header files
in the right order.
Mark Koennecke, October 1997
-----------------------------------------------------------------------------*/
#ifndef SICSSICS
#define SICSSICS
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "Scommon.h"
#include "event.h"
#include "obdes.h"
#include "interrupt.h"
#include "task.h"
#include "conman.h"
#include "interface.h"
#include "devexec.h"
#include "emon.h"
#include "nserver.h"
#include "servlog.h"
extern pServer pServ;
#endif