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.


Release 1.0
[palacios.git] / misc / decoder_test / vmm_xed.h
diff --git a/misc/decoder_test/vmm_xed.h b/misc/decoder_test/vmm_xed.h
new file mode 100644 (file)
index 0000000..ff460c5
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __VMM_XED_H__
+#define __VMM_XED_H__
+
+#ifdef __V3VEE__
+
+
+
+#endif // ! __V3VEE__
+
+#endif