aboutsummaryrefslogtreecommitdiff
path: root/sys/linux/port/os/constants.h
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-12-10 15:49:00 -0800
committerNicholas <nbnoll@eml.cc>2021-12-10 15:53:05 -0800
commit2e719300a037bbdafdc8a5c38b4812c678d62ddc (patch)
treeb5750baaadc2b5d0b5fe22b85ca39bbea4f837c0 /sys/linux/port/os/constants.h
parent25537c3d3b9b68af91573dec39d1f46c3d97f735 (diff)
Chore: merge main into laptopselfhost
Diffstat (limited to 'sys/linux/port/os/constants.h')
-rw-r--r--sys/linux/port/os/constants.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/linux/port/os/constants.h b/sys/linux/port/os/constants.h
index 458c2c2..410698a 100644
--- a/sys/linux/port/os/constants.h
+++ b/sys/linux/port/os/constants.h
@@ -6,7 +6,6 @@
#define sys·FileCanWrite 2
#define sys·FileCanRead 4
-
/* device modes */
#define sys·ModeFile 0170000
#define sys·ModeDir 0040000
@@ -18,10 +17,10 @@
#define sys·ModeSocket 0140000
/* ioctl values */
-#define sys·IoCtlTermGet 0x5401
-#define sys·IoCtlTermSet 0x5402
-#define sys·IoCtlTermGetWinSize 0x5413
-#define sys·IoCtlTermSetWinSize 0x5414
+#define sys·IoCtlTermGet 0x5401
+#define sys·IoCtlTermSet 0x5402
+#define sys·IoCtlTermGetWindowSize 0x5413
+#define sys·IoCtlTermSetWindowSize 0x5414
#define sys·TermVInterupt 0
#define sys·TermVQuit 1