X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fcga.h;fp=palacios%2Finclude%2Fdevices%2Fvideo.h;h=b2c168c334508fc4a8ab0fa7c0e142d6aced0d08;hp=cdb927dc679aaa78474158346ae6cedbbae5e402;hb=b54cbe1dbbe15ed228de7472ea284df96ecce909;hpb=1786dcbd1b5a05d2591556db17bff62465713ee1 diff --git a/palacios/include/devices/video.h b/palacios/include/devices/cga.h similarity index 50% rename from palacios/include/devices/video.h rename to palacios/include/devices/cga.h index cdb927d..b2c168c 100644 --- a/palacios/include/devices/video.h +++ b/palacios/include/devices/cga.h @@ -7,35 +7,26 @@ * and the University of New Mexico. You can find out more at * http://www.v3vee.org * - * Copyright (c) 2009, Robert Deloatch - * Copyright (c) 2009, Steven Jaconette - * Copyright (c) 2009, The V3VEE Project + * Copyright (c) 2008, Jack Lange + * Copyright (c) 2008, The V3VEE Project * All rights reserved. * - * Author: Robdert Deloatch - * Steven Jaconette + * 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_VIDEO_H__ -#define __DEVICES_VIDEO_H__ +#ifndef __DEVICES_CGA_H__ +#define __DEVICES_CGA_H__ #ifdef __V3VEE__ +#include -//#include -#include +int v3_console_register_cga(struct vm_device * cga_dev, struct v3_console_ops * ops, void * private_data); -//struct vm_device * v3_create_video(); - -struct video_cfg { - char pci[32]; -}; - - -#endif // ! __V3VEE__ +#endif #endif