Go to the documentation of this file.
11 #ifndef __ASM_ARCH_SETUP_H
12 #define __ASM_ARCH_SETUP_H
34 #define __IO_DEV_DESC(x, sz) { \
35 .virtual = IO_ADDRESS(x), \
36 .pfn = __phys_to_pfn(x), \
41 #define __MEM_DEV_DESC(x, sz) { \
42 .virtual = IO_ADDRESS(x), \
43 .pfn = __phys_to_pfn(x), \