]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - arch/sparc/include/asm/mc146818rtc.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / arch / sparc / include / asm / mc146818rtc.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
f5e706ad
SR
2#ifndef ___ASM_SPARC_MC146818RTC_H
3#define ___ASM_SPARC_MC146818RTC_H
fcea8b27
SR
4
5#include <linux/spinlock.h>
6
7extern spinlock_t rtc_lock;
8
f5e706ad 9#if defined(__sparc__) && defined(__arch64__)
a439fe51 10#include <asm/mc146818rtc_64.h>
f5e706ad 11#else
a439fe51 12#include <asm/mc146818rtc_32.h>
f5e706ad 13#endif
1da177e4 14#endif