L4Re Operating System Framework
Interface and Usage Documentation
•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
debug.h
Go to the documentation of this file.
1
5/*
6 * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>
7 * economic rights: Technische Universität Dresden (Germany)
8 *
9 * License: see LICENSE.spdx (in this directory or the directories above)
10 */
11#pragma once
12
18#include <l4/sys/compiler.h>
19#include <l4/sys/types.h>
20
22
30L4_CV long
31l4re_debug_obj_debug(l4_cap_idx_t srv, unsigned long function) L4_NOTHROW;
32
L4 compiler related defines.
L4_BEGIN_DECLS long l4re_debug_obj_debug(l4_cap_idx_t srv, unsigned long function) L4_NOTHROW
Call debug function of L4Re service.
unsigned long l4_cap_idx_t
Capability selector type.
Definition types.h:336
#define L4_CV
Define calling convention.
Definition linkage.h:33
#define L4_NOTHROW
Mark a function declaration and definition as never throwing an exception.
Definition compiler.h:161
#define L4_BEGIN_DECLS
Start section with C types and functions.
Definition compiler.h:165
#define L4_END_DECLS
End section with C types and functions.
Definition compiler.h:166
Common L4 ABI Data Types.