/* * Palacios VM Stream Serial interface * (c) Jack Lange, 2010 */ #ifndef __PALACIOS_SERIAL_H__ #define __PALACIOS_SERIAL_H__ int open_serial(char * name); #endif