mirror of https://github.com/l4ka/hazelnut.git
23 lines
591 B
C
23 lines
591 B
C
/*********************************************************************
|
|
*
|
|
* Copyright (C) 1999-2003, Karlsruhe University
|
|
*
|
|
* File path: l4/x86/l4.h
|
|
* Description: standard include file for l4/x86
|
|
*
|
|
* @LICENSE@
|
|
*
|
|
* $Id: l4.h,v 1.3 2003/02/19 15:29:52 sgoetz Exp $
|
|
*
|
|
********************************************************************/
|
|
|
|
#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__ */
|