xref: /netbsd-src/sys/dev/pci/eapvar.h (revision de1dfb1250df962f1ff3a011772cf58e605aed11)
1 /* $NetBSD: eapvar.h,v 1.1 2004/07/08 19:39:00 drochner Exp $ */
2 
3 struct eap_gameport_args {
4 	bus_space_tag_t gpa_iot;
5 	bus_space_handle_t gpa_ioh;
6 };
7 
8 struct device *eap_joy_attach(struct device *, struct eap_gameport_args *);
9 int eap_joy_detach(struct device *, struct eap_gameport_args *);
10