USB: serial: option: reimplement interface masking
[linux/fpc-iii.git] / arch / arm / mach-s3c64xx / watchdog-reset.h
blob1042d6c463dc3944e46595709346267b804c0f80
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2008 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
6 * S3C2410 - System define for arch_reset() function
7 */
9 #ifndef __PLAT_SAMSUNG_WATCHDOG_RESET_H
10 #define __PLAT_SAMSUNG_WATCHDOG_RESET_H
12 extern void samsung_wdt_reset(void);
13 extern void samsung_wdt_reset_of_init(void);
14 extern void samsung_wdt_reset_init(void __iomem *base);
16 #endif /* __PLAT_SAMSUNG_WATCHDOG_RESET_H */