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) */
18 int stat; /* numeric status code */
19 char str[40]; /* status string */
22 /* Paper size structure (SLMIO[GS]PSIZE) */
23 struct SLM_paper_size {
28 #endif /* _ATARI_SLM_H */