Merge tag 'sound-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[deliverable/linux.git] / arch / sparc / include / asm / mc146818rtc.h
CommitLineData
f5e706ad
SR
1#ifndef ___ASM_SPARC_MC146818RTC_H
2#define ___ASM_SPARC_MC146818RTC_H
fcea8b27
SR
3
4#include <linux/spinlock.h>
5
6extern spinlock_t rtc_lock;
7
f5e706ad 8#if defined(__sparc__) && defined(__arch64__)
a439fe51 9#include <asm/mc146818rtc_64.h>
f5e706ad 10#else
a439fe51 11#include <asm/mc146818rtc_32.h>
f5e706ad 12#endif
1da177e4 13#endif
This page took 1.229907 seconds and 5 git commands to generate.