summaryrefslogtreecommitdiff
path: root/device/cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/cons.h')
-rw-r--r--device/cons.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/device/cons.h b/device/cons.h
index c210f8c9..6a0ae850 100644
--- a/device/cons.h
+++ b/device/cons.h
@@ -26,9 +26,7 @@
#include <sys/types.h>
struct consdev {
-#ifdef MACH_KERNEL
char *cn_name; /* name of device in dev_name_list */
-#endif
int (*cn_probe)(struct consdev *cp); /* probe hardware and fill in consdev info */
int (*cn_init)(struct consdev *cp); /* turn on as console */
int (*cn_getc)(dev_t dev, int wait); /* kernel getchar interface */