Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
structs.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) BayLibre SAS
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_ARM64_STRUCTS_H_
8
#define ZEPHYR_INCLUDE_ARM64_STRUCTS_H_
9
10
/* Per CPU architecture specifics */
11
struct
_cpu_arch {
12
#ifdef CONFIG_FPU_SHARING
13
struct
k_thread
*fpu_owner;
14
#endif
15
};
16
17
#endif
/* ZEPHYR_INCLUDE_ARM64_STRUCTS_H_ */
k_thread
Definition:
thread.h:201
include
arch
arm64
structs.h
Generated on Sun Oct 9 2022 09:21:56 for Zephyr API Documentation by
1.9.4