summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/include/soc/gpio.h
blob: f71ddad97830d4c5fede507d5fcdd6a9bdae416c (plain)
1
2
3
4
5
6
7
8
9
10
/* 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/lewisburg_pch_gpio_defs.h>
#include <intelblocks/gpio.h>

#endif