Kernel/PTYs - Finishing touches on implimentation
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / include_exp / acess / devices / pty_cmds.h
diff --git a/Usermode/Libraries/ld-acess.so_src/include_exp/acess/devices/pty_cmds.h b/Usermode/Libraries/ld-acess.so_src/include_exp/acess/devices/pty_cmds.h
new file mode 100644 (file)
index 0000000..942a9ba
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+ * Acess2 User Core
+ * - By John Hodge (thePowersGang)
+ *
+ * acess/devices/pty_cmds.h
+ * - Defintions for 2D/3D command stream PTY output modes
+ */
+#ifndef _ACESS_DEVICES_PTY_CMDS_H_
+#define _ACESS_DEVICES_PTY_CMDS_H_
+
+enum
+{
+       PTY2D_CMD_NOP,
+       PTY2D_CMD_SETCURSORPOS,
+       PTY2D_CMD_SETCURSORBMP,
+       PTY2D_CMD_NEWSRF,
+       PTY2D_CMD_DELSRF,
+       PTY2D_CMD_BLIT,
+       PTY2D_CMD_SEND,
+       PTY2D_CMD_RECV,
+}
+
+#endif
+

UCC git Repository :: git.ucc.asn.au