diff --git a/include/common.h b/include/common.h index 394542f76..a14bfc10c 100644 --- a/include/common.h +++ b/include/common.h @@ -220,4 +220,6 @@ int memory_display(char *addr, ulong offs, ulong nbytes, int size); extern const char version_string[]; +#define IOMEM(addr) ((void __force __iomem *)(addr)) + #endif /* __COMMON_H_ */