diff options
Diffstat (limited to 'include/axi.h')
-rw-r--r-- | include/axi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/axi.h b/include/axi.h index 3e40692cdf..59fb0b2e45 100644 --- a/include/axi.h +++ b/include/axi.h @@ -7,6 +7,8 @@ #ifndef _AXI_H_ #define _AXI_H_ +struct udevice; + /** * enum axi_size_t - Determine size of AXI transfer * @AXI_SIZE_8: AXI sransfer is 8-bit wide |