Beispiel #1
0
void
vt_fb_suspend(void)
{

	vt_suspend();
}
Beispiel #2
0
void
vt_fb_suspend(struct vt_device *vd)
{

	vt_suspend(vd);
}