![]() |
|
|||
0001 /* 0002 * ds2404.h - platform data structure for the DS2404 RTC. 0003 * 0004 * This file is subject to the terms and conditions of the GNU General Public 0005 * License. See the file "COPYING" in the main directory of this archive 0006 * for more details. 0007 * 0008 * Copyright (C) 2012 Sven Schnelle <svens@stackframe.org> 0009 */ 0010 0011 #ifndef __LINUX_DS2404_H 0012 #define __LINUX_DS2404_H 0013 0014 struct ds2404_platform_data { 0015 0016 unsigned int gpio_rst; 0017 unsigned int gpio_clk; 0018 unsigned int gpio_dq; 0019 }; 0020 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |