L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
exception
Go to the documentation of this file.
1// vi:set ft=cpp: -*- Mode: C++ -*-
6/*
7 * (c) 2014 Alexander Warg <alexander.warg@kernkonzept.com>
8 *
9 * License: see LICENSE.spdx (in this directory or the directories above)
10 */
11
12#pragma once
13
14#include <l4/sys/capability>
15#include <l4/sys/types.h>
16#include <l4/sys/cxx/ipc_types>
17#include <l4/sys/cxx/ipc_iface>
18
19namespace L4 {
20
32 public Kobject_0t<Exception, L4_PROTO_EXCEPTION>
33{
34public:
35 // TODO: pass a reference/pointer to the UTCB not copy the regs
50
52};
53
54}
L4::Cap related definitions.
Exception interface.
Definition exception:33
Non-small receive item.
Definition ipc_types:545
#define L4_EXPORT
Attribute to mark functions, variables, and data types as being exported from a library.
Definition compiler.h:210
Interface Definition Language.
#define L4_INLINE_RPC(res, name, args, attr...)
Define an inline RPC call (type and callable).
Definition ipc_iface:476
Common L4 ABI Data Types.
L4 low-level kernel interface.
Mark an argument as in-out argument.
Definition ipc_types:42
Attribute for defining an optional RPC argument.
Definition ipc_types:137
List of RPCs of an interface using a single operation without an opcode.
Definition __typeinfo.h:454
Message tag data structure.
Definition types.h:153