summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/bootinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/bootinfo.h')
-rw-r--r--sys/alpha/include/bootinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/include/bootinfo.h b/sys/alpha/include/bootinfo.h
index 86b7e7a..07484b2 100644
--- a/sys/alpha/include/bootinfo.h
+++ b/sys/alpha/include/bootinfo.h
@@ -50,9 +50,9 @@ struct bootinfo_v1 {
char booted_kernel[64]; /* 80: name of booted kernel */
void *hwrpb; /* 144: hwrpb pointer (BEVA) */
u_long hwrpbsize; /* 152: size of hwrpb data */
- int (*cngetc) __P((void)); /* 160: console getc pointer */
- void (*cnputc) __P((int)); /* 168: console putc pointer */
- void (*cnpollc) __P((int)); /* 176: console pollc pointer */
+ int (*cngetc)(void); /* 160: console getc pointer */
+ void (*cnputc)(int); /* 168: console putc pointer */
+ void (*cnpollc)(int); /* 176: console pollc pointer */
u_long pad[6]; /* 184: rsvd for future use */
char *envp; /* 232: start of environment */
u_long kernend; /* 240: end of kernel */
OpenPOWER on IntegriCloud