summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8173/include/soc/gpio_base.h
blob: a26437a49a8d77384dbab31797175163ef97385d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef SOC_MEDIATEK_MT8173_GPIO_BASE_H
#define SOC_MEDIATEK_MT8173_GPIO_BASE_H

#include <stdint.h>

typedef struct {
	u32 id;
} gpio_t;

#endif