summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/include/soc/gpio.h
blob: 1ee1e3bf47b2ec7c05e4a197937539e95c8e612b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _SOC_GPIO_H_
#define _SOC_GPIO_H_

#include <soc/gpio_defs.h>
#include <intelblocks/gpio.h> /* intelblocks/gpio.h depends on definitions in
				soc/gpio_defs.h */

#define CROS_GPIO_DEVICE_NAME	"INT344B:00"
#endif