Files
Arquivotheca.SunOS-4.1.4/sys/os/dbe_asynch_conf.c
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

20 lines
292 B
C

/* @(#)dbe_asynch_conf.c 1.1 94/10/31 SMI */
/*
* Copyright (c) 1988 by Sun Microsystems, Inc.
*/
#include <sys/param.h>
#include <sys/buf.h>
#include <sys/dbe_asynch.h>
#include "id.h"
#if NID == 0
/*ARGSUSED*/
int (*id_get_strategy(chrmajor))()
{
return (int (*)()) 0;
}
#endif NID