1 /* SPDX-License-Identifier: GPL-2.0+ */
2 
3 #ifndef _MPC8XX_GPIO_H_
4 #define _MPC8XX_GPIO_H_
5 
6 struct mpc8xx_gpio_plat {
7 	ulong addr;
8 	unsigned long size;
9 	uint ngpios;
10 };
11 
12 #endif	/* MPC8XX_GPIO_H_ */
13