xref: /netbsd-src/sys/dev/ic/acpipmtimer.h (revision 10ad5ffa714ce1a679dcc9dd8159648df2d67b5a)
1 /* $NetBSD: acpipmtimer.h,v 1.2 2009/05/12 14:25:17 cegger Exp $ */
2 
3 int acpipmtimer_attach(device_t,
4 		       bus_space_tag_t, bus_space_handle_t, bus_size_t, int);
5 #define ACPIPMT_32BIT 1
6 #define ACPIPMT_BADLATCH 2
7