diff options
Diffstat (limited to 'sys/powerpc/include/md_var.h')
-rw-r--r-- | sys/powerpc/include/md_var.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/powerpc/include/md_var.h b/sys/powerpc/include/md_var.h index 75640e4..b4d0ba0 100644 --- a/sys/powerpc/include/md_var.h +++ b/sys/powerpc/include/md_var.h @@ -48,10 +48,10 @@ struct reg; struct cam_sim; struct pcicfg; -void busdma_swi __P((void)); -void cpu_halt __P((void)); -void cpu_reset __P((void)); -int is_physical_memory __P((vm_offset_t addr)); -void swi_vm __P((void *)); +void busdma_swi(void); +void cpu_halt(void); +void cpu_reset(void); +int is_physical_memory(vm_offset_t addr); +void swi_vm(void *); #endif /* !_MACHINE_MD_VAR_H_ */ |