blob: a27221c7287b159fbd6b59e726189f07976a673a (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __BASEBOARD_GPIO_H__
#define __BASEBOARD_GPIO_H__
#include <soc/gpe.h>
#include <soc/gpio.h>
#endif /* __BASEBOARD_GPIO_H__ */
|