2 * ds2404.h - platform data structure for the DS2404 RTC.
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
8 * Copyright (C) 2012 Sven Schnelle <svens@stackframe.org>
11 #ifndef __LINUX_DS2404_H
12 #define __LINUX_DS2404_H
14 struct ds2404_platform_data {
16 unsigned int gpio_rst;
17 unsigned int gpio_clk;