Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * tle62x0.h - platform glue to Infineon TLE62x0 driver chips
0004  *
0005  * Copyright 2007 Simtec Electronics
0006  *  Ben Dooks <ben@simtec.co.uk>
0007 */
0008 
0009 struct tle62x0_pdata {
0010     unsigned int        init_state;
0011     unsigned int        gpio_count;
0012 };