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