diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-20 20:54:45 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-02-20 20:54:45 +0000 |
| commit | 263444cfbfe839364122db12047d90ffbde001f0 (patch) | |
| tree | fe84e49e8fed83b0535fa5e72d7341488cc6b288 /sys/alpha/include | |
| parent | f355124f7f1347e3f771c8d1d764ae4f387a4dfd (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/prom.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/include/prom.h b/sys/alpha/include/prom.h index b242f1dc3a6b..05cb4fb7032a 100644 --- a/sys/alpha/include/prom.h +++ b/sys/alpha/include/prom.h @@ -97,9 +97,9 @@ int prom_getenv(int, char *, int); #ifdef _KERNEL void promcnattach(int); void promcndetach(void); -void promcnputc(dev_t, int); -int promcngetc(dev_t); -int promcncheckc(dev_t); +cn_putc_t promcnputc; +cn_getc_t promcngetc; +cn_checkc_t promcncheckc; u_int64_t prom_dispatch(u_int64_t, u_int64_t, u_int64_t, u_int64_t, u_int64_t); |
