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_intr.h
index 209a7a1..108c27c 100644 (file)
@@ -1,6 +1,7 @@
-#ifndef __VMM_INTR_H
-#define __VMM_INTR_H
+#ifndef __VMM_INTR_H_
+#define __VMM_INTR_H_
 
+#include <palacios/vmm_intr.h>
 #include <palacios/vmm_types.h>
 
 #define DE_EXCEPTION          0x00  
@@ -46,5 +47,4 @@ int intr_pending(struct vm_intr * intr);
 uint_t get_intr_number(struct vm_intr * intr);
 intr_types_t get_intr_type(struct vm_intr * intr);
 
-
 #endif