L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
ipc.h
Go to the documentation of this file.
1
6/*
7 * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
8 * Alexander Warg <warg@os.inf.tu-dresden.de>,
9 * Lars Reuther <reuther@os.inf.tu-dresden.de>
10 * economic rights: Technische Universität Dresden (Germany)
11 *
12 * License: see LICENSE.spdx (in this directory or the directories above)
13 */
14#ifndef __L4_IPC_H__
15#define __L4_IPC_H__
16
17#include <l4/sys/types.h>
18
19#include_next <l4/sys/ipc.h>
20
21/*****************************************************************************
22 *** Implementation
23 *****************************************************************************/
24
25#include <l4/sys/ipc-invoke.h>
26#include "ipc-l42-gcc3-nopic.h"
27
28#endif /* !__L4_IPC_H__ */
Common L4 ABI Data Types.