diff options
Diffstat (limited to 'include/ram.h')
-rw-r--r-- | include/ram.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ram.h b/include/ram.h index 2fc971df465..3600bb57a6c 100644 --- a/include/ram.h +++ b/include/ram.h @@ -7,6 +7,8 @@ #ifndef __RAM_H #define __RAM_H +#include <linux/types.h> + struct udevice; struct ram_info { |