L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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
13#pragma once
14
20#include <l4/sys/types.h>
21
23
37l4re_parent_signal(l4_cap_idx_t parent, unsigned long sig, unsigned long val);
38
unsigned long l4_cap_idx_t
Capability selector type.
Definition types.h:335
#define __END_DECLS
End section with C types and functions.
Definition compiler.h:167
#define L4_CV
Define calling convention.
Definition linkage.h:33
#define __BEGIN_DECLS
Start section with C types and functions.
Definition compiler.h:164
#define L4_EXPORT
Attribute to mark functions, variables, and data types as being exported from a library.
Definition compiler.h:210
Common L4 ABI Data Types.
long l4re_parent_signal(l4_cap_idx_t parent, unsigned long sig, unsigned long val)
Send a signal using the parent protocol.