coreboot/src/soc/qualcomm/sc7280/include/soc/gpio.h

13 lines
221 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _SOC_QUALCOMM_SC7280_GPIO_H_
#define _SOC_QUALCOMM_SC7280_GPIO_H_
#include <types.h>
typedef struct {
u32 addr;
} gpio_t;
#endif /* _SOC_QUALCOMM_SC7280_GPIO_H_ */