coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
gpio_base.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef SOC_MEDIATEK_MT8173_GPIO_BASE_H
3 #define SOC_MEDIATEK_MT8173_GPIO_BASE_H
4 
5 #include <stdint.h>
6 
7 typedef struct {
8  u32 id;
9 } gpio_t;
10 
11 #endif
uint32_t gpio_t
Definition: gpio.h:9
uint32_t u32
Definition: stdint.h:51
u32 id
Definition: gpio_base.h:8