Annotation of researchv9/jerq/include/jioctl.h, revision 1.1

1.1     ! root        1: /*
        !             2: ** Jerq I/O control codes
        !             3: */
        !             4: 
        !             5: #define        JTYPE           ('j'<<8)
        !             6: #define        JBOOT           (JTYPE|1)
        !             7: #define        JTERM           (JTYPE|2)
        !             8: #define        JMUX            (JTYPE|3)
        !             9: #define        JTIMO           (JTYPE|4)
        !            10: #define        JWINSIZE        (JTYPE|5)
        !            11: #define        JTIMOM          (JTYPE|6)
        !            12: #define        JZOMBOOT        (JTYPE|7)
        !            13: #define        JEXIT           (JTYPE|8)
        !            14: #define        JDELETE         (JTYPE|9)
        !            15: #define        JCHDIR          (JTYPE|10)
        !            16: 
        !            17: struct winsize
        !            18: {
        !            19:        char    bytesx, bytesy;
        !            20:        short   bitsx, bitsy;
        !            21: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.