#ifndef _vmm_device_types #define _vmm_device_types enum vmm_device_type { VMM_DEVICE_PIC, VMM_DEVICE_APIC, VMM_DEVICE_NVRAM }; #endif