We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322da1d commit 4a47084Copy full SHA for 4a47084
include/zephyr/arch/arm/cortex_m/fpu.h
@@ -7,6 +7,9 @@
7
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_CORTEX_M_FPU_H_
8
#define ZEPHYR_INCLUDE_ARCH_ARM_CORTEX_M_FPU_H_
9
10
+#include <stdint.h>
11
+#include <stdbool.h>
12
+
13
struct fpu_ctx_full {
14
uint32_t caller_saved[16];
15
uint32_t callee_saved[16];
0 commit comments