itco_wdt.h 331 B

12345678910111213141516171819
  1. /*
  2. * Platform data for the Intel TCO Watchdog
  3. */
  4. #ifndef _ITCO_WDT_H_
  5. #define _ITCO_WDT_H_
  6. /* Watchdog resources */
  7. #define ICH_RES_IO_TCO 0
  8. #define ICH_RES_IO_SMI 1
  9. #define ICH_RES_MEM_OFF 2
  10. #define ICH_RES_MEM_GCS_PMC 0
  11. struct itco_wdt_platform_data {
  12. char name[32];
  13. unsigned int version;
  14. };
  15. #endif /* _ITCO_WDT_H_ */