Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / dev / ic / acpipmtimer.h
blobf49881d0f91c18d94789ef8fef4d3eb1cdab8271
1 /* $NetBSD: acpipmtimer.h,v 1.2 2009/05/12 14:25:17 cegger Exp $ */
3 typedef void *acpipmtimer_t;
5 acpipmtimer_t acpipmtimer_attach(device_t,
6 bus_space_tag_t, bus_space_handle_t, bus_size_t, int);
7 int acpipmtimer_detach(acpipmtimer_t, int);
8 #define ACPIPMT_32BIT 1
9 #define ACPIPMT_BADLATCH 2