L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
snd_destination
Go to the documentation of this file.
1// vi:set ft=cpp: -*- Mode: C++ -*-
6/*
7 * (c) 2025 Frank Mehnert <frank.mehnert@kernkonzept.com>
8 *
9 * License: see LICENSE.spdx (in this directory or the directories above)
10 */
11#pragma once
12
14#include <l4/sys/types.h>
15#include <l4/sys/capability>
16#include <l4/sys/cxx/ipc_iface>
17
18namespace L4 {
19
20class L4_EXPORT Snd_destination :
21 public Kobject_t<Snd_destination, Kobject, L4_PROTO_KOBJECT>
22{
23};
24
25}
L4::Cap related definitions.
#define L4_EXPORT
Attribute to mark functions, variables, and data types as being exported from a library.
Definition compiler.h:214
Interface Definition Language.
Common L4 ABI Data Types.
L4 low-level kernel interface.
Sender destination endpoint C interface.