10 lines
263 B
C
10 lines
263 B
C
|
/*
|
||
|
* Copyright 1995, 1996 Jonathan Stone
|
||
|
* All rights reserved
|
||
|
*/
|
||
|
#ifndef __IOASICVAR_H__
|
||
|
#define __IOASICVAR_H__
|
||
|
extern struct cfdriver ioasiccd; /* FIXME: in header file */
|
||
|
extern caddr_t ioasic_cvtaddr __P((struct confargs *ca));
|
||
|
#endif /*__IOASICVAR_H__*/
|