summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/cpx/include/soc/gpio.h
blob: b66856174bc3155d4b033222c1f3cfe53dcf5bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

/* 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