[BACK]Return to bugio.h CVS log [TXT][DIR] Up to [local] / sys / arch / mvmeppc / include

Annotation of sys/arch/mvmeppc/include/bugio.h, Revision 1.1.1.1

1.1       nbrk        1: /*     $OpenBSD: bugio.h,v 1.3 2004/01/24 21:10:31 miod Exp $  */
                      2: /*
                      3:  * Copyright (c) 2002, Miodrag Vallat.
                      4:  * All rights reserved.
                      5:  *
                      6:  * Permission to redistribute, use, copy, and modify this software
                      7:  * is hereby granted without fee, provided that the following
                      8:  * conditions are met:
                      9:  *
                     10:  * 1. This entire notice is included in all source code copies of any
                     11:  *    software which is or includes a copy or modification of this
                     12:  *    software.
                     13:  * 2. The name of the author may not be used to endorse or promote
                     14:  *    products derived from this software without specific prior
                     15:  *    written permission.
                     16:  *
                     17:  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
                     18:  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
                     19:  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     20:  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
                     21:  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     22:  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
                     23:  * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
                     24:  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
                     25:  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
                     26:  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
                     27:  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
                     28:  */
                     29:
                     30: #ifndef _MACHINE_BUGIO_H_
                     31: #define _MACHINE_BUGIO_H_
                     32:
                     33: #include <machine/prom.h>
                     34:
                     35: void mvmeprom_brdid(struct mvmeprom_brdid *);
                     36: int mvmeprom_getchar(void);
                     37: int mvmeprom_instat(void);
                     38: void mvmeprom_outln(char *, char *);
                     39: void mvmeprom_outstr(char *, char *);
                     40: void mvmeprom_outchar(int);
                     41: void mvmeprom_return(void);
                     42: void mvmeprom_rtc_rd(struct mvmeprom_time *);
                     43: struct bugenviron *mvmeprom_envrd(void);
                     44:
                     45: void buginit(void);
                     46:
                     47: #endif /* _MACHINE_BUGIO_H_ */

CVSweb