Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.3-rc3 18 lines 313 B view raw
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 */ 13struct ux500_wdt_data { 14 unsigned int timeout; 15 bool has_28_bits_resolution; 16}; 17 18#endif /* __UX500_WDT_H */