Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / dev / pci / eapvar.h
blob88772f5349972b462ba211a62b33e7a20bc0eafa
1 /* $NetBSD: eapvar.h,v 1.2 2005/12/11 12:22:49 christos Exp $ */
3 struct eap_gameport_args {
4 bus_space_tag_t gpa_iot;
5 bus_space_handle_t gpa_ioh;
6 };
8 device_t eap_joy_attach(device_t, struct eap_gameport_args *);
9 int eap_joy_detach(device_t, struct eap_gameport_args *);