Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef ___ASM_SPARC_MC146818RTC_H
0003 #define ___ASM_SPARC_MC146818RTC_H
0004 
0005 #include <linux/spinlock.h>
0006 
0007 extern spinlock_t rtc_lock;
0008 
0009 #if defined(__sparc__) && defined(__arch64__)
0010 #include <asm/mc146818rtc_64.h>
0011 #else
0012 #include <asm/mc146818rtc_32.h>
0013 #endif
0014 #endif