mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
16 lines
258 B
C
16 lines
258 B
C
/*
|
|
* Kernel Interface Page
|
|
*
|
|
* Copyright (C) 2007 Bahadir Balban
|
|
*
|
|
*/
|
|
#ifndef __L4LIB_KIP_H__
|
|
#define __L4LIB_KIP_H__
|
|
|
|
/* Use the kernel header */
|
|
#include <l4lib/types.h>
|
|
#include <l4lib/arch/syscalls.h>
|
|
#include <l4/api/kip.h>
|
|
|
|
#endif /* __KIP_H__ */
|