summaryrefslogtreecommitdiffstats
path: root/isys/isys.h
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-03-19 18:00:47 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-03-19 18:55:13 -1000
commit9255f1e75e41b60df086bd37c82e1aa77d4d42f2 (patch)
treeb86ab615b48372590cbe527511382ca9221d7b87 /isys/isys.h
parent8683176aef29562f6e7505a7727b79f94e1c8a8c (diff)
downloadanaconda-9255f1e75e41b60df086bd37c82e1aa77d4d42f2.tar.gz
anaconda-9255f1e75e41b60df086bd37c82e1aa77d4d42f2.tar.xz
anaconda-9255f1e75e41b60df086bd37c82e1aa77d4d42f2.zip
Move OUTPUT_TERMINAL definition to isys.h
Diffstat (limited to 'isys/isys.h')
-rw-r--r--isys/isys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/isys.h b/isys/isys.h
index 6b0695131..43355ca38 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -28,6 +28,8 @@
#define EARLY_SWAP_RAM 270000
#endif
+#define OUTPUT_TERMINAL "/dev/tty5"
+
int insmod(char * modName, char * path, char ** args);
int rmmod(char * modName);