mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-11 04:56:48 +00:00
11 lines
200 B
C
11 lines
200 B
C
#pragma once
|
|
|
|
#include <common/glib.h>
|
|
#include "HPET/HPET.h"
|
|
#include "rtc/rtc.h"
|
|
|
|
uint64_t volatile timer_jiffies = 0; // 系统时钟计数
|
|
|
|
void timer_init();
|
|
|
|
void do_timer_softirq(void* data); |