1*474928fbSuch /* $NetBSD: bicons.h,v 1.3 2002/01/02 12:57:49 uch Exp $ */ 29f7e4a2fSuch 39f7e4a2fSuch /*- 49f7e4a2fSuch * Copyright (c) 1999-2001 59f7e4a2fSuch * Shin Takemura and PocketBSD Project. All rights reserved. 69f7e4a2fSuch * 79f7e4a2fSuch * Redistribution and use in source and binary forms, with or without 89f7e4a2fSuch * modification, are permitted provided that the following conditions 99f7e4a2fSuch * are met: 109f7e4a2fSuch * 1. Redistributions of source code must retain the above copyright 119f7e4a2fSuch * notice, this list of conditions and the following disclaimer. 129f7e4a2fSuch * 2. Redistributions in binary form must reproduce the above copyright 139f7e4a2fSuch * notice, this list of conditions and the following disclaimer in the 149f7e4a2fSuch * documentation and/or other materials provided with the distribution. 159f7e4a2fSuch * 3. All advertising materials mentioning features or use of this software 169f7e4a2fSuch * must display the following acknowledgement: 179f7e4a2fSuch * This product includes software developed by the PocketBSD project 189f7e4a2fSuch * and its contributors. 199f7e4a2fSuch * 4. Neither the name of the project nor the names of its contributors 209f7e4a2fSuch * may be used to endorse or promote products derived from this software 219f7e4a2fSuch * without specific prior written permission. 229f7e4a2fSuch * 239f7e4a2fSuch * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 249f7e4a2fSuch * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 259f7e4a2fSuch * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 269f7e4a2fSuch * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 279f7e4a2fSuch * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 289f7e4a2fSuch * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 299f7e4a2fSuch * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 309f7e4a2fSuch * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 319f7e4a2fSuch * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 329f7e4a2fSuch * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 339f7e4a2fSuch * SUCH DAMAGE. 349f7e4a2fSuch * 359f7e4a2fSuch */ 369f7e4a2fSuch 37*474928fbSuch int bicons_init(struct consdev *); 389f7e4a2fSuch void bicons_set_priority(int); 399f7e4a2fSuch void bicons_putn(const char *, int); 40