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.


reworked ramdisk now compiles, not tested
[palacios.git] / palacios / include / devices / ramdisk.h
1 /*
2  * Zheng Cui
3  * cuizheng@cs.unm.edu
4  * July 2008
5  */
6
7 #ifndef __DEVICES_RAMDISK_H_
8 #define __DEVICES_RAMDISK_H_
9
10 #include <palacios/vmm_types.h>
11 #include <palacios/vm_dev.h>
12
13
14
15
16
17
18 struct vm_device * create_ramdisk(void);
19
20 #endif