diff options
Diffstat (limited to 'include/ufs.h')
-rw-r--r-- | include/ufs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ufs.h b/include/ufs.h index 0592a76..bda135c 100644 --- a/include/ufs.h +++ b/include/ufs.h @@ -1,6 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0+ */ #ifndef _UFS_H #define _UFS_H + +struct udevice; + /** * ufs_probe() - initialize all devices in the UFS uclass * |