include: move system timer headers to include/drivers/timer/
Move internal and architecture specific headers from include/drivers to subfolder for timer: include/drivers/timer Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
43a49335f4
commit
68c389c1f8
20 changed files with 19 additions and 19 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <arch/cpu.h>
|
||||
#include <device.h>
|
||||
#include <irq.h>
|
||||
#include <system_timer.h>
|
||||
#include <drivers/timer/system_timer.h>
|
||||
|
||||
#define TIMER_BASE DT_LITEX_TIMER0_E0002800_BASE_ADDRESS
|
||||
#define TIMER_LOAD_ADDR ((TIMER_BASE) + 0x00)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue