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