|
/* $NetBSD: ioasicvar.h,v 1.3 1998/01/12 20:12:42 thorpej Exp $ */
|
|
|
|
/*
|
|
* Copyright 1995, 1996 Jonathan Stone
|
|
* All rights reserved
|
|
*/
|
|
#ifndef __IOASICVAR_H__
|
|
#define __IOASICVAR_H__
|
|
extern caddr_t ioasic_cvtaddr __P((struct confargs *ca));
|
|
#endif /*__IOASICVAR_H__*/
|