#ifndef AMD64_MEM_VMAP_H #define AMD64_MEM_VMAP_H #include typedef struct amd64_mem_vmap { MemVmap vmap; } Amd64MemVmap; #endif