summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-16 00:34:57 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-16 00:34:57 +0000
commit8f9e886c9b78bd6b6fc6afb9ab8bc7ce3daea000 (patch)
treeebf1558218b883f951c822673445320a23eef11e /sys/arch/hppa/include
parent4c5c283cf073623f9b0464c20073bf9d06a63e67 (diff)
move cdev_decl out and kill some ugly print and some spaces
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r--sys/arch/hppa/include/conf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/conf.h b/sys/arch/hppa/include/conf.h
index c4ea83d576f..e9b1885b20d 100644
--- a/sys/arch/hppa/include/conf.h
+++ b/sys/arch/hppa/include/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.3 2002/03/14 01:26:32 millert Exp $ */
+/* $OpenBSD: conf.h,v 1.4 2002/03/16 00:34:56 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -41,6 +41,10 @@ cdev_decl(pdc);
int pdcparam(struct tty *, struct termios *);
void pdcstart(struct tty *);
+#define mmread mmrw
+#define mmwrite mmrw
+cdev_decl(mm);
+
cdev_decl(fd);
bdev_decl(fd);