Thomas Gleixner | 1802d0b | 2019-05-27 08:55:21 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Ben Dooks | 447aef1 | 2007-07-17 04:04:10 -0700 | [diff] [blame] | 2 | /* |
3 | * tle62x0.h - platform glue to Infineon TLE62x0 driver chips | ||||
4 | * | ||||
5 | * Copyright 2007 Simtec Electronics | ||||
6 | * Ben Dooks <ben@simtec.co.uk> | ||||
Ben Dooks | 447aef1 | 2007-07-17 04:04:10 -0700 | [diff] [blame] | 7 | */ |
8 | |||||
9 | struct tle62x0_pdata { | ||||
10 | unsigned int init_state; | ||||
11 | unsigned int gpio_count; | ||||
12 | }; |