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.


Cleanup of linkage issues for non-Linux hosts
[palacios.git] / linux_module / linux-exts.h
index 289d68a..a6b7301 100644 (file)
@@ -37,6 +37,7 @@ int add_global_ctrl(unsigned int cmd,
 
 struct global_ctrl * get_global_ctrl(unsigned int cmd);
 
+int remove_global_ctrl(unsigned int cmd);
 
 
 #define register_extension(ext)                                        \