ACPI / LPSS: Make acpi_lpss_find_device() also find PCI devices
[linux/fpc-iii.git] / arch / x86 / include / asm / intel_mid_vrtc.h
blob0b44b1abe4d9cb931ddcf543f25507920741625b
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _INTEL_MID_VRTC_H
3 #define _INTEL_MID_VRTC_H
5 extern unsigned char vrtc_cmos_read(unsigned char reg);
6 extern void vrtc_cmos_write(unsigned char val, unsigned char reg);
7 extern void vrtc_get_time(struct timespec64 *now);
8 extern int vrtc_set_mmss(const struct timespec64 *now);
10 #endif