mirror of https://github.com/l4ka/hazelnut.git
15 lines
496 B
C
15 lines
496 B
C
/*********************************************************************
|
|
*
|
|
* Copyright (C) 2001, Karlsruhe University
|
|
*
|
|
* File path: lib/l4/libl4.c
|
|
* Description: non-inlined version of L4 system calls
|
|
*
|
|
* @LICENSE@
|
|
*
|
|
* $Id: libl4.c,v 1.2 2001/11/30 14:24:22 ud3 Exp $
|
|
*
|
|
********************************************************************/
|
|
#define __GENERATE_L4LIB__ 1
|
|
#include <L4/arch/syscalls.h>
|