00001 /* 00002 * Copyright (c) 1998 Robert Nordier 00003 * All rights reserved. 00004 * 00005 * Redistribution and use in source and binary forms are freely 00006 * permitted provided that the above copyright notice and this 00007 * paragraph and the following disclaimer are duplicated in all 00008 * such forms. 00009 * 00010 * This software is provided "AS IS" and without any express or 00011 * implied warranties, including, without limitation, the implied 00012 * warranties of merchantability and fitness for a particular 00013 * purpose. 00014 */ 00015 00016 /* 00017 * $FreeBSD: src/sys/boot/i386/boot2/lib.h,v 1.2 1999/08/28 00:40:02 peter Exp $ 00018 */ 00019 00020 void sio_init(void); 00021 void sio_flush(void); 00022 void sio_putc(int); 00023 int sio_getc(void); 00024 int sio_ischar(void);