L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
linkage.h
Go to the documentation of this file.
1
6/*
7 * Copyright (C) 2021, 2024-2025 Kernkonzept GmbH.
8 * Author(s): Georg Kotheimer <georg.kotheimer@kernkonzept.com>
9 *
10 * License: see LICENSE.spdx (in this directory or the directories above)
11 */
12#pragma once
13
14#ifdef __ASSEMBLY__
15
16#ifndef ENTRY
17#define ENTRY(name) \
18 .globl name; \
19 .p2align(2); \
20 name:
21
22#endif /* ! ENTRY */
23#endif /* __ASSEMBLY__ */
24
30#define L4_CV
31
32#define L4_FASTCALL(x) x
33#define l4_fastcall