swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: a18bcb7450840f07a772a45229de4811d930f461 authored by Linus Torvalds on 06 July 2005, 03:46:33 UTC
Linux v2.6.13-rc3
Tip revision: a18bcb7
ds1286.h
/*
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Machine dependent access functions for RTC registers.
 *
 * Copyright (C) 2003 Ralf Baechle (ralf@linux-mips.org)
 */
#ifndef _ASM_DS1286_H
#define _ASM_DS1286_H

#include <ds1286.h>

#endif /* _ASM_DS1286_H */
back to top