diff --git a/sys/alpha/include/prom.h b/sys/alpha/include/prom.h index 9991213e7c8b..c0e6eef6f213 100644 --- a/sys/alpha/include/prom.h +++ b/sys/alpha/include/prom.h @@ -95,6 +95,7 @@ int prom_getenv __P((int, char *, int)); #ifndef ASSEMBLER #ifdef _KERNEL +void promcnattach __P((int)); void promcnputc __P((dev_t, int)); int promcngetc __P((dev_t)); int promcncheckc __P((dev_t));