Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
exception.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2010-2014 Wind River Systems, Inc.
3 * Copyright (c) 2017 Oticon A/S
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8#ifndef ZEPHYR_INCLUDE_ARCH_POSIX_EXPCEPTION_H_
9#define ZEPHYR_INCLUDE_ARCH_POSIX_EXPCEPTION_H_
10
11#ifndef _ASMLANGUAGE
12#include <zephyr/types.h>
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18struct arch_esf {
19 uint32_t dummy; /*maybe we will want to add something someday*/
20};
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif /* _ASMLANGUAGE */
27
28#endif /* ZEPHYR_INCLUDE_ARCH_POSIX_EXPCEPTION_H_ */
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
Exception Stack Frame.
Definition exception.h:60
uint32_t dummy
Definition exception.h:19