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.


0d411331824c04edb5fd4974188e81d813ad342d
[palacios.git] / palacios / include / palacios / vmm_device_types.h
1 #ifndef _vmm_device_types
2 #define _vmm_device_types
3
4
5
6 enum vmm_device_type {
7   VMM_DEVICE_PIC,
8   VMM_DEVICE_APIC,
9   VMM_DEVICE_NVRAM
10 };
11
12 #endif