1#	$OpenBSD: files.hil,v 1.6 2006/08/10 23:41:16 miod Exp $
2#
3# Configuration file for machine-independent HIL code.
4#
5
6device	hil {[code = -1]}
7file	dev/hil/hil.c		hil
8
9device	hilkbd: wskbddev
10attach	hilkbd at hil
11file	dev/hil/hilkbd.c	hilkbd			needs-flag
12file	dev/hil/hilkbdmap.c	hilkbd
13
14device	hilms: wsmousedev
15attach	hilms at hil
16file	dev/hil/hilms.c		hilms
17
18device	hilid
19attach	hilid at hil
20file	dev/hil/hilid.c		hilid
21