#[unsafe(no_mangle)]pub unsafe extern "C" fn sys_get_framebuffer_info(
info: *mut FramebufferInfo,
) -> c_intExpand description
Returns the framebuffer information for the video output device. Returns 0 on success, or -1 if the BGA device has not yet been initialized.