summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/arch-coreboot/gpio.h
blob: 3ec18168339a4650ae48ce1ba28b8f01889c53e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2014, Google Inc.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef _X86_ARCH_GPIO_H_
#define _X86_ARCH_GPIO_H_

struct ich6_bank_platdata {
	uint32_t base_addr;
	const char *bank_name;
};

#endif /* _X86_ARCH_GPIO_H_ */
OpenPOWER on IntegriCloud