xref: /netbsd/sys/dev/pci/eapvar.h (revision 6550d01e)
1 /* $NetBSD: eapvar.h,v 1.3 2009/05/06 10:34:32 cegger Exp $ */
2 
3 struct eap_gameport_args {
4 	bus_space_tag_t gpa_iot;
5 	bus_space_handle_t gpa_ioh;
6 };
7 
8 device_t eap_joy_attach(device_t, struct eap_gameport_args *);
9 int eap_joy_detach(device_t, struct eap_gameport_args *);
10