blob: 98d2081167b1a4ebfbdd560b24de474e174bea7b (
plain)
1
2
3
4
5
6
7
8
9
|
/* $NetBSD: eapvar.h,v 1.2 2005/12/11 12:22:49 christos 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 *);
|