https://github.com/torvalds/linux
Raw File
Tip revision: 53c8ba95402be65d412a806cda3430f0e72cd107 authored by Linus Torvalds on 05 June 2008, 03:10:44 UTC
Linux 2.6.26-rc5
Tip revision: 53c8ba9
rtc.h
#ifndef _ALPHA_RTC_H
#define _ALPHA_RTC_H

/*
 * Alpha uses the default access methods for the RTC.
 */

#include <asm-generic/rtc.h>

#endif
back to top