watchdog-reset.h 441 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2008 Simtec Electronics
  4. * Ben Dooks <ben@simtec.co.uk>
  5. *
  6. * S3C2410 - System define for arch_reset() function
  7. */
  8. #ifndef __PLAT_SAMSUNG_WATCHDOG_RESET_H
  9. #define __PLAT_SAMSUNG_WATCHDOG_RESET_H
  10. extern void samsung_wdt_reset(void);
  11. extern void samsung_wdt_reset_of_init(void);
  12. extern void samsung_wdt_reset_init(void __iomem *base);
  13. #endif /* __PLAT_SAMSUNG_WATCHDOG_RESET_H */