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:
Anas Nashif 2019-06-21 12:55:37 -04:00
commit 68c389c1f8
20 changed files with 19 additions and 19 deletions

View file

@ -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)