blob: d3ebda1de28774f846d1806a11fbe86f9459e45c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* $NetBSD: dc_ioasic_cons.h,v 1.1 1996/09/25 20:48:56 jonathan Exp $ */
#ifdef _KERNEL
#ifndef _DC_IOASIC_CONS_H
#define _DC_IOASIC_CONS_H
/*
* Following declaratios for console code.
* XXX should be redesigned to expose less driver internals.
*/
int dc_ioasic_consinit __P((dev_t dev));
#endif /* _DCVAR_H */
#endif /* _KERNEL */
|