]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/x86/include/asm/time.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-jammy-kernel.git] / arch / x86 / include / asm / time.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1965aae3
PA
2#ifndef _ASM_X86_TIME_H
3#define _ASM_X86_TIME_H
ee238e5c 4
16f871bc 5#include <linux/clocksource.h>
fe599f9f 6#include <asm/mc146818rtc.h>
e30fab3a 7
16f871bc 8extern void hpet_time_init(void);
cc038491
JS
9extern void time_init(void);
10
16f871bc
RB
11extern struct clock_event_device *global_clock_event;
12
1965aae3 13#endif /* _ASM_X86_TIME_H */