1994-02-11 10:00:37 +03:00
|
|
|
/*
|
1994-02-14 00:10:20 +03:00
|
|
|
* $Id: grf_tg.c,v 1.5 1994/02/13 21:10:29 chopps Exp $
|
1994-02-11 10:00:37 +03:00
|
|
|
*/
|
|
|
|
|
1994-02-14 00:10:20 +03:00
|
|
|
#include <sys/errno.h>
|
1993-07-05 23:19:43 +04:00
|
|
|
|
|
|
|
/* to be written.. */
|
|
|
|
|
|
|
|
tg_init (gp, ad)
|
|
|
|
struct grf_softc *gp;
|
|
|
|
struct amiga_device *ad;
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
tg_mode (gp, cmd)
|
|
|
|
register struct grf_softc *gp;
|
|
|
|
int cmd;
|
|
|
|
{
|
|
|
|
return EINVAL;
|
|
|
|
}
|