Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-m68k / atari_SLM.h
blob42f4fcdd8bc7d16c82f6b463cd0ef8df36f796da
2 #ifndef _ATARI_SLM_H
3 #define _ATARI_SLM_H
5 /* Atari SLM laser printer specific ioctls */
7 #define SLMIOGSTAT 0xa100
8 #define SLMIOGPSIZE 0xa101
9 #define SLMIOGMFEED 0xa102
11 #define SLMIORESET 0xa140
13 #define SLMIOSPSIZE 0xa181
14 #define SLMIOSMFEED 0xa182
16 /* Status returning structure (SLMIOGSTAT) */
17 struct SLM_status {
18 int stat; /* numeric status code */
19 char str[40]; /* status string */
22 /* Paper size structure (SLMIO[GS]PSIZE) */
23 struct SLM_paper_size {
24 int width;
25 int height;
28 #endif /* _ATARI_SLM_H */