summaryrefslogtreecommitdiff
path: root/include/sbi_utils/gpio/fdt_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sbi_utils/gpio/fdt_gpio.h')
-rw-r--r--include/sbi_utils/gpio/fdt_gpio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sbi_utils/gpio/fdt_gpio.h b/include/sbi_utils/gpio/fdt_gpio.h
index 19e1b58..ccbf2a1 100644
--- a/include/sbi_utils/gpio/fdt_gpio.h
+++ b/include/sbi_utils/gpio/fdt_gpio.h
@@ -12,6 +12,8 @@
#include <sbi_utils/gpio/gpio.h>
+struct fdt_phandle_args;
+
/** FDT based GPIO driver */
struct fdt_gpio {
const struct fdt_match *match_table;