18 lines
207 B
C
18 lines
207 B
C
|
#include "errno.h"
|
||
|
|
||
|
/* 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;
|
||
|
}
|