Revision b45e516f701e0fc81fb3dbd1ba9db35f991a4465 authored by Linus Torvalds on 02 April 2006, 17:44:36 UTC, committed by Linus Torvalds on 02 April 2006, 17:44:36 UTC
(We'd only added the number, which meant that actually trying
to use splice just went off into la-la-land)

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 683aa40
Raw File
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