ux500_wdt.h 320 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) ST Ericsson SA 2011
  3. *
  4. * License Terms: GNU General Public License v2
  5. *
  6. * STE Ux500 Watchdog platform data
  7. */
  8. #ifndef __UX500_WDT_H
  9. #define __UX500_WDT_H
  10. /**
  11. * struct ux500_wdt_data
  12. */
  13. struct ux500_wdt_data {
  14. unsigned int timeout;
  15. bool has_28_bits_resolution;
  16. };
  17. #endif /* __UX500_WDT_H */