patch-2.1.12 linux/include/asm-m68k/atari_SLM.h
Next file: linux/include/asm-m68k/byteorder.h
Previous file: linux/include/asm-i386/uaccess.h
Back to the patch index
Back to the overall index
-  Lines: 29
-  Date:
Fri Nov 22 15:56:36 1996
-  Orig file: 
v2.1.11/linux/include/asm-m68k/atari_SLM.h
-  Orig date: 
Thu Jan  1 02:00:00 1970
diff -u --recursive --new-file v2.1.11/linux/include/asm-m68k/atari_SLM.h linux/include/asm-m68k/atari_SLM.h
@@ -0,0 +1,28 @@
+
+#ifndef _ATARI_SLM_H
+#define _ATARI_SLM_H
+
+/* Atari SLM laser printer specific ioctls */
+
+#define	SLMIOGSTAT	0xa100
+#define	SLMIOGPSIZE	0xa101
+#define	SLMIOGMFEED	0xa102
+
+#define	SLMIORESET	0xa140
+
+#define	SLMIOSPSIZE	0xa181
+#define	SLMIOSMFEED	0xa182
+
+/* Status returning structure (SLMIOGSTAT) */
+struct SLM_status {
+	int		stat;		/* numeric status code */
+	char	str[40];	/* status string */
+};
+
+/* Paper size structure (SLMIO[GS]PSIZE) */
+struct SLM_paper_size {
+	int		width;
+	int		height;
+};
+
+#endif /* _ATARI_SLM_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov