diff options
Diffstat (limited to 'include/soc.h')
-rw-r--r-- | include/soc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc.h b/include/soc.h index a55eb1b572..a52a300a84 100644 --- a/include/soc.h +++ b/include/soc.h @@ -9,6 +9,8 @@ #define SOC_MAX_STR_SIZE 128 +struct udevice; + /** * struct soc_attr - Contains SoC identify information to be used in * SoC matching. An array of these structs |