Deleted Added
full compact
lib.h (220337) lib.h (241301)
1/*
2 * Copyright (c) 1998 Robert Nordier
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms are freely
6 * permitted provided that the above copyright notice and this
7 * paragraph and the following disclaimer are duplicated in all
8 * such forms.
9 *
10 * This software is provided "AS IS" and without any express or
11 * implied warranties, including, without limitation, the implied
12 * warranties of merchantability and fitness for a particular
13 * purpose.
14 */
15
16/*
1/*
2 * Copyright (c) 1998 Robert Nordier
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms are freely
6 * permitted provided that the above copyright notice and this
7 * paragraph and the following disclaimer are duplicated in all
8 * such forms.
9 *
10 * This software is provided "AS IS" and without any express or
11 * implied warranties, including, without limitation, the implied
12 * warranties of merchantability and fitness for a particular
13 * purpose.
14 */
15
16/*
17 * $FreeBSD: head/sys/boot/i386/boot2/lib.h 220337 2011-04-04 18:23:55Z rdivacky $
17 * $FreeBSD: head/sys/boot/i386/boot2/lib.h 241301 2012-10-06 20:08:29Z avg $
18 */
19
18 */
19
20void sio_init(int) __attribute__((regparm (3)));
21void sio_flush(void);
20int sio_init(int) __attribute__((regparm (3)));
21int sio_flush(void);
22void sio_putc(int) __attribute__((regparm (3)));
23int sio_getc(void);
24int sio_ischar(void);
22void sio_putc(int) __attribute__((regparm (3)));
23int sio_getc(void);
24int sio_ischar(void);