1995-01-03 18:43:36 +03:00
|
|
|
/* $NetBSD: if_le_subr.h,v 1.7 1995/01/03 15:43:40 gwr Exp $ */
|
1993-08-16 03:01:58 +04:00
|
|
|
|
1995-01-03 18:43:36 +03:00
|
|
|
/* One might also set: LE_ACON | LE_BCON */
|
|
|
|
#define LE_CONF3 (LE_BSWP)
|
1994-11-22 00:26:40 +03:00
|
|
|
|
1994-12-12 21:58:45 +03:00
|
|
|
extern int le_md_match(struct device *, void *, void *args);
|
|
|
|
extern void le_md_attach(struct device *, struct device *, void *);
|
1995-01-03 18:43:36 +03:00
|
|
|
extern int leintr(void *);
|