Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


moved over the a real linked list implementation
[palacios.git] / palacios / include / palacios / vmm_device_types.h
diff --git a/palacios/include/palacios/vmm_device_types.h b/palacios/include/palacios/vmm_device_types.h
deleted file mode 100644 (file)
index 0d41133..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _vmm_device_types
-#define _vmm_device_types
-
-
-
-enum vmm_device_type {
-  VMM_DEVICE_PIC,
-  VMM_DEVICE_APIC,
-  VMM_DEVICE_NVRAM
-};
-
-#endif