summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/apollolake/include/soc/gpio.h
blob: b672f242bd212095d6046f340b48d7569382531f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef _SOC_APL_GPIO_H_
#define _SOC_APL_GPIO_H_

#if CONFIG(SOC_INTEL_GLK)
#include <soc/gpio_glk.h>
#else
#include <soc/gpio_apl.h>
#endif
#include <intelblocks/gpio.h>/* intelblocks/gpio.h depends on definitions in
				soc/gpio_glk.h and soc/gpio_apl.h */
#endif