Alpha 8200: Add prototype from promcnattach.

This commit is contained in:
Matt Jacob 2000-03-18 08:00:51 +00:00
parent 6499b39e60
commit e562365e1e

View File

@ -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));