1172297Scognet/*-
2172297Scognet * Copyright (c) 2006 Olivier Houchard
3172297Scognet * All rights reserved.
4172297Scognet *
5172297Scognet * Redistribution and use in source and binary forms, with or without
6172297Scognet * modification, are permitted provided that the following conditions
7172297Scognet * are met:
8172297Scognet * 1. Redistributions of source code must retain the above copyright
9172297Scognet *    notice, this list of conditions and the following disclaimer.
10172297Scognet * 2. Redistributions in binary form must reproduce the above copyright
11172297Scognet *    notice, this list of conditions and the following disclaimer in the
12172297Scognet *    documentation and/or other materials provided with the distribution.
13172297Scognet *
14172297Scognet * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND
15172297Scognet * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
16172297Scognet * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
17172297Scognet * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR
18172297Scognet * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19172297Scognet * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20172297Scognet * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21172297Scognet * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22172297Scognet * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23172297Scognet * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24172297Scognet * POSSIBILITY OF SUCH DAMAGE.
25172297Scognet */
26172297Scognet
27172297Scognet/* $FreeBSD$ */
28172297Scognet
29172297Scognet#ifndef _IQ81342VAR_H_
30172297Scognet#define _IQ81342VAR_H_
31172297Scognetvoid iq81342_7seg(char, char);
32172297Scognet#endif /* _I8Q1342VAR_H_ */
33