10 lines
293 B
C
10 lines
293 B
C
|
/* $NetBSD: eapvar.h,v 1.1 2004/07/08 19:39:00 drochner Exp $ */
|
||
|
|
||
|
struct eap_gameport_args {
|
||
|
bus_space_tag_t gpa_iot;
|
||
|
bus_space_handle_t gpa_ioh;
|
||
|
};
|
||
|
|
||
|
struct device *eap_joy_attach(struct device *, struct eap_gameport_args *);
|
||
|
int eap_joy_detach(struct device *, struct eap_gameport_args *);
|