stmp3xxx_rtc_wdt.h 332 B

12345678910111213141516
  1. /*
  2. * stmp3xxx_rtc_wdt.h
  3. *
  4. * Copyright (C) 2011 Wolfram Sang, Pengutronix e.K.
  5. *
  6. * This file is released under the GPLv2.
  7. */
  8. #ifndef __LINUX_STMP3XXX_RTC_WDT_H
  9. #define __LINUX_STMP3XXX_RTC_WDT_H
  10. struct stmp3xxx_wdt_pdata {
  11. void (*wdt_set_timeout)(struct device *dev, u32 timeout);
  12. };
  13. #endif /* __LINUX_STMP3XXX_RTC_WDT_H */