Annotation of researchv9/sys/sundev/zs_proto.c, revision 1.1.1.1

1.1       root        1: #ifndef lint
                      2: static char sccsid[] = "@(#)zs_proto.c 1.1 86/02/03 Copyr 1984 Sun Micro";
                      3: #endif
                      4: 
                      5: /*
                      6:  * Copyright (c) 1984 by Sun Microsystems, Inc.
                      7:  */
                      8: 
                      9: #include "zs.h"
                     10: #if NZS > 0
                     11: #include "../h/types.h"
                     12: #include "../sundev/zscom.h"
                     13: 
                     14: extern struct zsops zsops_null;
                     15: extern struct zsops zsops_async;
                     16: 
                     17: struct zsops *zs_proto[] = {
                     18:        &zsops_null,                    /* must be first */
                     19:        &zsops_async,
                     20:        /* new entries go here */
                     21:        0,                              /* must be last */
                     22: };
                     23: #endif

unix.superglobalmegacorp.com

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