mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
9 lines
158 B
C
9 lines
158 B
C
#ifndef __BCM7038_WDT_PDATA_H
|
|
#define __BCM7038_WDT_PDATA_H
|
|
|
|
struct bcm7038_wdt_platform_data {
|
|
const char *clk_name;
|
|
};
|
|
|
|
#endif /* __BCM7038_WDT_PDATA_H */
|