diff options
Diffstat (limited to 'include/misc.h')
-rw-r--r-- | include/misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/misc.h b/include/misc.h index 12d1325ee2..82ec2ce793 100644 --- a/include/misc.h +++ b/include/misc.h @@ -6,6 +6,8 @@ #ifndef _MISC_H_ #define _MISC_H_ +struct udevice; + /** * misc_read() - Read the device to buffer, optional. * @dev: the device |