| * Copyright (C) 1998, 1999, 2003 Ralf Baechle |
| * 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 |
| /********************************************************************** |
| **********************************************************************/ |
| #define RTC_HUNDREDTH_SECOND 0 |
| #define RTC_MINUTES_ALARM 3 |
| #define RTC_HOURS_ALARM 5 |
| /* RTC_*_alarm is always true if 2 MSBs are set */ |
| # define RTC_ALARM_DONT_CARE 0xC0 |
| * Bits in the month register |
| * Bits in the Command register |
| #endif /* __LINUX_DS1286_H */ |