1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) ST Ericsson SA 2011
4 *
5 * STE Ux500 Watchdog platform data
6 */
7 #ifndef __UX500_WDT_H
8 #define __UX500_WDT_H
9
10 /**
11 * struct ux500_wdt_data
12 */
13 struct ux500_wdt_data {
14 unsigned int timeout;
15 bool has_28_bits_resolution;
16 };
17
18 #endif /* __UX500_WDT_H */