Loading...
Searching...
No Matches
sysinit.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Inria
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
18
19#include "assert.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
28#define SYSINIT_PANIC_ASSERT(rc) assert(rc);
29
33#define SYSINIT_ASSERT_ACTIVE()
34
35#ifdef __cplusplus
36}
37#endif
POSIX.1-2008 compliant version of the assert macro.