File:  [Research Unix] / researchv9 / sys / sundev / zs_proto.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:59 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv9-SUN3_old, researchv9-SUN3, HEAD
researchv9-SUN3(old)

#ifndef lint
static	char sccsid[] = "@(#)zs_proto.c 1.1 86/02/03 Copyr 1984 Sun Micro";
#endif

/*
 * Copyright (c) 1984 by Sun Microsystems, Inc.
 */

#include "zs.h"
#if NZS > 0
#include "../h/types.h"
#include "../sundev/zscom.h"

extern struct zsops zsops_null;
extern struct zsops zsops_async;

struct zsops *zs_proto[] = {
	&zsops_null,			/* must be first */
	&zsops_async,
	/* new entries go here */
	0,				/* must be last */
};
#endif

unix.superglobalmegacorp.com

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