X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fnet_cd.h;fp=palacios%2Finclude%2Fdevices%2Fnet_cd.h;h=34c90c2297b8ed12829c5894c9399bc24ec0c45b;hb=d885ccd3aacee8aaad051576839a5de545c79bdc;hp=0000000000000000000000000000000000000000;hpb=730f079d12b4a7f7786fe059dc964f71107c6af0;p=palacios.git diff --git a/palacios/include/devices/net_cd.h b/palacios/include/devices/net_cd.h new file mode 100644 index 0000000..34c90c2 --- /dev/null +++ b/palacios/include/devices/net_cd.h @@ -0,0 +1,36 @@ +/* + * This file is part of the Palacios Virtual Machine Monitor developed + * by the V3VEE Project with funding from the United States National + * Science Foundation and the Department of Energy. + * + * The V3VEE Project is a joint project between Northwestern University + * and the University of New Mexico. You can find out more at + * http://www.v3vee.org + * + * Copyright (c) 2008, Jack Lange + * Copyright (c) 2008, The V3VEE Project + * All rights reserved. + * + * Author: Jack Lange + * + * This is free software. You are permitted to use, + * redistribute, and modify it as specified in the file "V3VEE_LICENSE". + */ + +#ifndef __DEVICES_RAM_CD_H__ +#define __DEVICES_RAM_CD_H__ + +#ifdef __V3VEE__ + +#include + + +struct vm_device * v3_create_ram_cd(struct vm_device * ide, + uint_t bus, uint_t drive, + addr_t ramdisk, uint32_t size); + + + +#endif + +#endif