L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
parent.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2024 Kernkonzept GmbH.
3 * Author(s): Marcus Haehnel <marcus.haehnel@kernkonzept.com>
4 *
5 * License: see LICENSE.spdx (in this directory or the directories above)
6 */
7
12
13#pragma once
14
19
20#include <l4/sys/compiler.h>
21#include <l4/sys/types.h>
22
24
38l4re_parent_signal(l4_cap_idx_t parent, unsigned long sig, unsigned long val);
39
L4 compiler related defines.
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_BEGIN_DECLS
Start section with C types and functions.
Definition compiler.h:165
#define L4_EXPORT
Attribute to mark functions, variables, and data types as being exported from a library.
Definition compiler.h:214
#define L4_END_DECLS
End section with C types and functions.
Definition compiler.h:166
Common L4 ABI Data Types.
L4_BEGIN_DECLS long l4re_parent_signal(l4_cap_idx_t parent, unsigned long sig, unsigned long val)
Send a signal using the parent protocol.