Annotation of coherent/f/usr/include.78/sys/silo.h, revision 1.1

1.1     ! root        1: /* (-lgl
        !             2:  *     COHERENT 386 Device Driver Kit release 2.0
        !             3:  *     Copyright (c) 1982, 1992 by Mark Williams Company.
        !             4:  *     All rights reserved. May not be copied without permission.
        !             5:  -lgl) */
        !             6: #ifndef __SYS_SILO_H__
        !             7: #define __SYS_SILO_H__
        !             8: /*
        !             9:  * Raw Character Silo.
        !            10:  */
        !            11: 
        !            12: #define        SI_BUFSIZ       256     /* Silo buffer size */
        !            13: 
        !            14: typedef struct silo {
        !            15:        unsigned char   si_ix;
        !            16:        unsigned char   si_ox;
        !            17:        unsigned char   si_buf[SI_BUFSIZ];
        !            18: } silo_t;
        !            19: #endif

unix.superglobalmegacorp.com

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