X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_dev_mgr.h;h=87f62fc880941124837cad439a7cca97d56299bf;hb=382829fe58cb541af371547325c5502e37032ecd;hp=c9999bd856cd18084658849f6e1d03655ac4c77e;hpb=fdb16aa5e99a19a91264ae84beaf77d3036548d5;p=palacios.git diff --git a/palacios/include/palacios/vmm_dev_mgr.h b/palacios/include/palacios/vmm_dev_mgr.h index c9999bd..87f62fc 100644 --- a/palacios/include/palacios/vmm_dev_mgr.h +++ b/palacios/include/palacios/vmm_dev_mgr.h @@ -102,14 +102,14 @@ int V3_init_devices(); int V3_deinit_devices(); -#ifdef CONFIG_KEYED_STREAMS +#ifdef V3_CONFIG_KEYED_STREAMS #include #endif struct v3_device_ops { int (*free)(void * private_data); -#ifdef CONFIG_KEYED_STREAMS +#ifdef V3_CONFIG_KEYED_STREAMS int (*checkpoint)(struct vm_device *dev, v3_keyed_stream_t stream); int (*restore)(struct vm_device *dev, v3_keyed_stream_t stream); #endif