xref: /openbsd-src/sys/dev/usb/ukbdvar.h (revision f77164e9a97a26582b760e6a66483fd12c79f224)
1*f77164e9Smiod /*	$OpenBSD: ukbdvar.h,v 1.5 2010/07/31 16:04:50 miod Exp $ */
23042888dSrahnds /*	$NetBSD: ukbdvar.h,v 1.2 2000/06/01 14:29:00 augustss Exp $	*/
33042888dSrahnds 
43042888dSrahnds /*-
53042888dSrahnds  * Copyright (c) 1999 The NetBSD Foundation, Inc.
63042888dSrahnds  * All rights reserved.
73042888dSrahnds  *
83042888dSrahnds  * This code is derived from software contributed to The NetBSD Foundation
93042888dSrahnds  * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
103042888dSrahnds  * NASA Ames Research Center.
113042888dSrahnds  *
123042888dSrahnds  * Redistribution and use in source and binary forms, with or without
133042888dSrahnds  * modification, are permitted provided that the following conditions
143042888dSrahnds  * are met:
153042888dSrahnds  * 1. Redistributions of source code must retain the above copyright
163042888dSrahnds  *    notice, this list of conditions and the following disclaimer.
173042888dSrahnds  * 2. Redistributions in binary form must reproduce the above copyright
183042888dSrahnds  *    notice, this list of conditions and the following disclaimer in the
193042888dSrahnds  *    documentation and/or other materials provided with the distribution.
203042888dSrahnds  *
213042888dSrahnds  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
223042888dSrahnds  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
233042888dSrahnds  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
243042888dSrahnds  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
253042888dSrahnds  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
263042888dSrahnds  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
273042888dSrahnds  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
283042888dSrahnds  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
293042888dSrahnds  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
303042888dSrahnds  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
313042888dSrahnds  * POSSIBILITY OF SUCH DAMAGE.
323042888dSrahnds  */
333042888dSrahnds 
343042888dSrahnds #ifndef _DEV_USB_UKBDVAR_H_
353042888dSrahnds #define	_DEV_USB_UKBDVAR_H_
363042888dSrahnds 
373042888dSrahnds int	ukbd_cnattach(void);
383042888dSrahnds 
393042888dSrahnds #endif /* _DEV_USB_UKBDVAR_H_ */
40