diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-26 17:50:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-26 17:50:09 +0000 |
commit | 39bc18ac3290db498ba2a6e3d30637f836947340 (patch) | |
tree | c51a4d1d3eb0e60ee753f74939d48dd8d35af766 /sys/lib/libsa/stand.h | |
parent | 6bdc1ce3a8ccaf3a9fec3bcb79ef0e745806e9f5 (diff) |
boot.conf support
ttyname function in cons.c
rdonly var 'tty' to view tty settings
serial console soon
Diffstat (limited to 'sys/lib/libsa/stand.h')
-rw-r--r-- | sys/lib/libsa/stand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h index d4ec3c203fd..0a9b40a87c7 100644 --- a/sys/lib/libsa/stand.h +++ b/sys/lib/libsa/stand.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stand.h,v 1.22 1997/04/21 19:49:30 mickey Exp $ */ +/* $OpenBSD: stand.h,v 1.23 1997/04/26 17:50:08 mickey Exp $ */ /* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */ /*- @@ -187,6 +187,7 @@ off_t null_seek __P((struct open_file *f, off_t offset, int where)); int null_stat __P((struct open_file *f, struct stat *sb)); int null_readdir __P((struct open_file *f, char *name)); int cons_probe __P((void)); +char *ttyname __P((int)); /* match userland decl, but ignore !0 */ void putc __P((int)); int getc __P((void)); int ischar __P((void)); |