Home | History | Annotate | Line # | Download | only in ic
acpipmtimer.h revision 1.1.66.2
      1 /* $NetBSD: acpipmtimer.h,v 1.1.66.2 2009/08/19 18:47:06 yamt Exp $ */
      2 
      3 typedef void *acpipmtimer_t;
      4 
      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
     10