Add: extern struct cfdriver cgtwo_cd;
This commit is contained in:
parent
66be7643e5
commit
119b962a9d
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cg2.c,v 1.10 1998/01/12 20:32:18 thorpej Exp $ */
|
||||
/* $NetBSD: cg2.c,v 1.11 1998/01/23 00:01:28 gwr Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -103,6 +103,8 @@ struct cfattach cgtwo_ca = {
|
||||
sizeof(struct cg2_softc), cg2match, cg2attach
|
||||
};
|
||||
|
||||
extern struct cfdriver cgtwo_cd;
|
||||
|
||||
static int cg2gattr __P((struct fbdevice *, void *));
|
||||
static int cg2gvideo __P((struct fbdevice *, void *));
|
||||
static int cg2svideo __P((struct fbdevice *, void *));
|
||||
|
Loading…
Reference in New Issue
Block a user