Add missing parameter names. While there also switch a type name. No
functional change.
Signed-off-by: Federico Serafini <federico.serafini@bugseng.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
s_time_t next_event;
cpumask_var_t cpumask;
spinlock_t lock;
- void (*event_handler)(struct hpet_event_channel *);
+ void (*event_handler)(struct hpet_event_channel *ch);
unsigned int idx; /* physical channel idx */
unsigned int cpu; /* msi target */
return hpet_rate;
}
-void hpet_resume(u32 *boot_cfg)
+void hpet_resume(uint32_t *boot_cfg)
{
static u32 system_reset_latch;
u32 hpet_id, cfg;
* Return value is zero if HPET is unavailable.
*/
u64 hpet_setup(void);
-void hpet_resume(u32 *);
+void hpet_resume(uint32_t *boot_cfg);
/*
* Disable HPET hardware: restore it to boot time state.