mirror of https://github.com/l4ka/hazelnut.git
27 lines
675 B
C
27 lines
675 B
C
/**********************************************************************
|
|
* (c) 1999, 2000 by University of Karlsruhe
|
|
*
|
|
* filename: l4.h
|
|
*
|
|
* $Log: l4.h,v $
|
|
* Revision 1.1 2000/05/16 14:41:10 uhlig
|
|
* include files for x86 (mostly tested)
|
|
* with these files it is possible to compile l4 apps with MSDEV-Studio
|
|
* simply add includems into the include search path (before you include
|
|
* the normal include path) and ms-c will function properly
|
|
*
|
|
* Revision 1.1 2000/02/15 11:20:40 uhlig
|
|
* x86 cbindings
|
|
*
|
|
*
|
|
*/
|
|
|
|
#ifndef __L4_X86_L4_H__
|
|
#define __L4_X86_L4_H__
|
|
|
|
#include "types.h"
|
|
#include "kdebug.h"
|
|
#include "syscalls.h"
|
|
#include "ipc.h"
|
|
|
|
#endif __L4_X86_L4_H__ |