예제 #1
0
void
vt_fb_resume(void)
{

	vt_resume();
}
예제 #2
0
void
vt_fb_resume(struct vt_device *vd)
{

	vt_resume(vd);
}