summaryrefslogtreecommitdiffstats
path: root/isys/isys.h
diff options
context:
space:
mode:
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);