mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Xtensa: Add core.h header file
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -34,11 +34,12 @@
|
||||
#define __ARCH_XTENSA_SRC_COMMON_XTENSA_TIMER_H
|
||||
|
||||
#ifdef __ASSEMBLER__
|
||||
#include <xtensa/coreasm.h>
|
||||
#include <xtensa/coreasm.h>
|
||||
#endif
|
||||
|
||||
#include <arch/xtensa/xtensa_corebits.h>
|
||||
#include <xtensa/config/system.h>
|
||||
#include <arch/xtensa/core.h>
|
||||
#include <arch/xtensa/xtensa_corebits.h>
|
||||
#include <xtensa/config/system.h>
|
||||
|
||||
/* Select timer to use for periodic tick, and determine its interrupt number
|
||||
* and priority. User may specify a timer by defining XT_TIMER_INDEX with -D,
|
||||
|
||||
Reference in New Issue
Block a user