16 lines
293 B
C
16 lines
293 B
C
|
/*
|
||
|
* Copyright (c) BayLibre SAS
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef ZEPHYR_INCLUDE_ARM64_STRUCTS_H_
|
||
|
#define ZEPHYR_INCLUDE_ARM64_STRUCTS_H_
|
||
|
|
||
|
/* Per CPU architecture specifics */
|
||
|
struct _cpu_arch {
|
||
|
/* content coming soon */
|
||
|
};
|
||
|
|
||
|
#endif /* ZEPHYR_INCLUDE_ARM64_STRUCTS_H_ */
|