summaryrefslogtreecommitdiff
path: root/include/dt-structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dt-structs.h')
-rw-r--r--include/dt-structs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-structs.h b/include/dt-structs.h
index 9ab4e2524d1..76979e73e17 100644
--- a/include/dt-structs.h
+++ b/include/dt-structs.h
@@ -18,6 +18,11 @@ struct phandle_1_arg {
const void *node;
int arg[1];
};
+
+struct phandle_2_arg {
+ const void *node;
+ int arg[2];
+};
#include <generated/dt-structs.h>
#endif