Xtensa: Add core.h header file

This commit is contained in:
Gregory Nutt 2016-10-23 10:43:16 -06:00
parent 9b5fedc81e
commit 9f06b13ffb
2 changed files with 1459 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,11 +34,12 @@
#define __ARCH_XTENSA_SRC_COMMON_XTENSA_TIMER_H #define __ARCH_XTENSA_SRC_COMMON_XTENSA_TIMER_H
#ifdef __ASSEMBLER__ #ifdef __ASSEMBLER__
#include <xtensa/coreasm.h> #include <xtensa/coreasm.h>
#endif #endif
#include <arch/xtensa/xtensa_corebits.h> #include <arch/xtensa/core.h>
#include <xtensa/config/system.h> #include <arch/xtensa/xtensa_corebits.h>
#include <xtensa/config/system.h>
/* Select timer to use for periodic tick, and determine its interrupt number /* 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, * and priority. User may specify a timer by defining XT_TIMER_INDEX with -D,