summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/powerpc.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-20 23:17:50 +0000
committeralfred <alfred@FreeBSD.org>2002-03-20 23:17:50 +0000
commitf1b2b9896d0dcac4ea615a304a83c86bd728f7cd (patch)
tree511e9436eaa0421e94a0c839e77bd98aadec76c2 /sys/powerpc/include/powerpc.h
parentc1cfd2b4ddb0130e096a6054fa9730f51f4c96dd (diff)
downloadFreeBSD-src-f1b2b9896d0dcac4ea615a304a83c86bd728f7cd.zip
FreeBSD-src-f1b2b9896d0dcac4ea615a304a83c86bd728f7cd.tar.gz
Remove __P.
Reveiwed by: benno
Diffstat (limited to 'sys/powerpc/include/powerpc.h')
-rw-r--r--sys/powerpc/include/powerpc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/powerpc/include/powerpc.h b/sys/powerpc/include/powerpc.h
index ceeda2f..b0ab025 100644
--- a/sys/powerpc/include/powerpc.h
+++ b/sys/powerpc/include/powerpc.h
@@ -40,19 +40,19 @@ struct mem_region {
vm_size_t size;
};
-void mem_regions __P((struct mem_region **, struct mem_region **));
+void mem_regions(struct mem_region **, struct mem_region **);
/*
* These two functions get used solely in boot() in machdep.c.
*
* Not sure whether boot itself should be implementation dependent instead. XXX
*/
-void ppc_exit __P((void));
-void ppc_boot __P((char *bootspec));
+void ppc_exit(void);
+void ppc_boot(char *bootspec);
-int dk_match __P((char *name));
+int dk_match(char *name);
-void ofrootfound __P((void));
+void ofrootfound(void);
extern int booted_partition;
OpenPOWER on IntegriCloud