summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/cpx/include/soc/gpio.h
blob: 36e1a703f50f67f21f570f25522dfdd0ce59f474 (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. */

/* not implemented, adding defaults just to make common code happy */

#ifndef _SOC_GPIO_H_
#define _SOC_GPIO_H

#define GPIO_NUM_PAD_CFG_REGS		0
#define NUM_GPI_STATUS_REGS		0

#endif