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.


fa9569533ad9795e66dea575878313c8de8662c8
[palacios.git] / palacios / include / devices / ramdisk.h
1 /* (c) 2008, Zheng Cui <cuizheng@cs.unm.edu> */
2 /* (c) 2008, Jack Lange <jarusl@cs.northwestern.edu> */
3 /* (c) 2008, The V3VEE Project <http://www.v3vee.org> */
4
5 #ifndef __DEVICES_RAMDISK_H_
6 #define __DEVICES_RAMDISK_H_
7
8 #include <palacios/vmm_types.h>
9 #include <palacios/vm_dev.h>
10
11
12
13
14
15
16 struct vm_device * create_ramdisk(void);
17
18 #endif