From: Jack Lange Date: Thu, 17 Jul 2008 04:33:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: boots-puppy-iso-to-command-prompt~16 X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=033d596d21472e2eb60a039b5726d4e1a2bc35cc *** empty log message *** --- diff --git a/palacios/include/devices/serial.h b/palacios/include/devices/serial.h new file mode 100644 index 0000000..c713fd1 --- /dev/null +++ b/palacios/include/devices/serial.h @@ -0,0 +1,12 @@ +#ifndef __SERIAL_H__ +#define __SERIAL_H__ + + + +#include + + + +struct vm_device * create_serial(); + +#endif