36 lines
264 B
C
36 lines
264 B
C
/*
|
|
* $Id: ite_tg.c,v 1.5 1994/02/17 09:10:50 chopps Exp $
|
|
*/
|
|
|
|
#include <sys/types.h>
|
|
#include <dev/cons.h>
|
|
|
|
tiga_cnprobe ()
|
|
{
|
|
return (CN_DEAD);
|
|
}
|
|
|
|
tiga_init ()
|
|
{
|
|
}
|
|
|
|
tiga_scroll ()
|
|
{
|
|
}
|
|
|
|
tiga_deinit ()
|
|
{
|
|
}
|
|
|
|
tiga_clear ()
|
|
{
|
|
}
|
|
|
|
tiga_putc ()
|
|
{
|
|
}
|
|
|
|
tiga_cursor ()
|
|
{
|
|
}
|