Deleted Added
full compact
syscons.h (51404) syscons.h (51654)
1/*-
2 * Copyright (c) 1995-1998 S�ren Schmidt
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
1/*-
2 * Copyright (c) 1995-1998 S�ren Schmidt
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * $FreeBSD: head/sys/dev/syscons/syscons.h 51404 1999-09-19 08:58:53Z yokota $
28 * $FreeBSD: head/sys/dev/syscons/syscons.h 51654 1999-09-25 16:21:39Z phk $
29 */
30
31#ifndef _DEV_SYSCONS_SYSCONS_H_
32#define _DEV_SYSCONS_SYSCONS_H_
33
34/* machine-dependent part of the header */
35
36#ifdef PC98

--- 376 unchanged lines hidden (view full) ---

413 u_char *font_image);
414void set_border(scr_stat *scp, int color);
415
416void sc_touch_scrn_saver(void);
417void sc_clear_screen(scr_stat *scp);
418void sc_set_cursor_image(scr_stat *scp);
419int sc_clean_up(scr_stat *scp);
420void sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard);
29 */
30
31#ifndef _DEV_SYSCONS_SYSCONS_H_
32#define _DEV_SYSCONS_SYSCONS_H_
33
34/* machine-dependent part of the header */
35
36#ifdef PC98

--- 376 unchanged lines hidden (view full) ---

413 u_char *font_image);
414void set_border(scr_stat *scp, int color);
415
416void sc_touch_scrn_saver(void);
417void sc_clear_screen(scr_stat *scp);
418void sc_set_cursor_image(scr_stat *scp);
419int sc_clean_up(scr_stat *scp);
420void sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard);
421struct tty *scdevtotty(dev_t dev);
422#ifndef SC_NO_SYSMOUSE
423struct tty *sc_get_mouse_tty(void);
424#endif /* SC_NO_SYSMOUSE */
425#ifndef SC_NO_CUTPASTE
426void sc_paste(scr_stat *scp, u_char *p, int count);
427#endif /* SC_NO_CUTPASTE */
428
429/* schistory.c */

--- 83 unchanged lines hidden ---
421#ifndef SC_NO_SYSMOUSE
422struct tty *sc_get_mouse_tty(void);
423#endif /* SC_NO_SYSMOUSE */
424#ifndef SC_NO_CUTPASTE
425void sc_paste(scr_stat *scp, u_char *p, int count);
426#endif /* SC_NO_CUTPASTE */
427
428/* schistory.c */

--- 83 unchanged lines hidden ---