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.


*** empty log message ***
[palacios.git] / palacios / include / geekos / vmm_util.h
index ae58b10..16931b4 100644 (file)
@@ -1,13 +1,15 @@
 #ifndef __VMM_UTIL_H
 #define __VMM_UTIL_H
 
-#include <geekos/vmm.h>
-#include <geekos/vmm_mem.h>
+#include <geekos/ktypes.h>
+
 
 
 #ifndef PAGE_SIZE
 #define PAGE_SIZE 4096
 #endif
+
+
 typedef union reg_ex {
   ullong_t r_reg;
   struct {