diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/goldfish.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/goldfish.h b/include/linux/goldfish.h index 93e080b39cf6..e7e6f7aff124 100644 --- a/include/linux/goldfish.h +++ b/include/linux/goldfish.h @@ -1,6 +1,9 @@ #ifndef __LINUX_GOLDFISH_H #define __LINUX_GOLDFISH_H +#include <linux/types.h> +#include <linux/io.h> + /* Helpers for Goldfish virtual platform */ static inline void gf_write_ptr(const void *ptr, void __iomem *portl, |
