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.


added full device support
[palacios.git] / palacios / include / devices / nvram.h
index 9d18027..3bf96d5 100644 (file)
@@ -1,10 +1,10 @@
-#ifndef _nvram
-#define _nvram
+#ifndef __NVRAM_H
+#define __NVRAM_H
 
-#include <palacios/vmm_dev.h>
+#include <palacios/vm_dev.h>
 
 
 
-struct vm_device *nvram_create();
+struct vm_device * nvram_create();
 
 #endif