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
|
@ -5,7 +5,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <drivers/system_timer.h>
|
||||
#include <drivers/timer/system_timer.h>
|
||||
#include <sys_clock.h>
|
||||
#include <spinlock.h>
|
||||
#include <arch/arc/v2/aux_regs.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue