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
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:359
#define L4_CV
Define calling convention.
Definition linkage.h:44
#define L4_EXPORT
Attribute to mark functions, variables, and data types as being exported from a library.
Definition compiler.h:231
#define EXTERN_C_BEGIN
Start section with C types and functions.
Definition compiler.h:192
#define EXTERN_C_END
End section with C types and functions.
Definition compiler.h:193
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.