| /************************************************************************* |
| * enables user programs to display messages on the tape device |
| * S390 and zSeries version |
| * Copyright (C) 2001 IBM Corporation |
| * Author(s): Despina Papadopoulou <despina_p@de.ibm.com> |
| *************************************************************************/ |
| #define TAPE390_DISPLAY _IOW('d', 1, struct display_struct) |
| * The TAPE390_DISPLAY ioctl calls the Load Display command |
| * which transfers 17 bytes of data from the channel to the subsystem: |
| * - 1 format control byte, and |
| * 0-2: New Message Overlay |
| * 5: Display Low/High Message |
| * 7: Automatic Load Request |
| typedef struct display_struct { |