Squash commits for public release
This commit is contained in:
10
kernel/include/drivers/timer/arm/arm64/timer.h
Normal file
10
kernel/include/drivers/timer/arm/arm64/timer.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _KERNEL_DRIVERS_TIMER_ARM_ARM64_TIMER_H
|
||||
#define _KERNEL_DRIVERS_TIMER_ARM_ARM64_TIMER_H
|
||||
|
||||
#include <libkern/types.h>
|
||||
#include <time/time_manager.h>
|
||||
|
||||
void arm64_timer_rearm();
|
||||
void arm64_timer_install();
|
||||
|
||||
#endif // _KERNEL_DRIVERS_TIMER_ARM_ARM64_TIMER_H
|
||||
Reference in New Issue
Block a user