~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 6b73acbaee7359f974f05e94d1b2e336d7eb12e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */

#ifndef _MPC8XX_GPIO_H_
#define _MPC8XX_GPIO_H_

struct mpc8xx_gpio_plat {
	ulong addr;
	unsigned long size;
	uint ngpios;
};

#endif	/* MPC8XX_GPIO_H_ */