struct fb_info * framebuffer_alloc (size_t size, struct device * dev);
Creates a new frame buffer info structure. Also reserves size bytes for driver private data (info->par). info->par (if any) will be aligned to sizeof(long).
Returns the new structure, or NULL if an error occured.
Creates a new frame buffer info structure. Also reserves size bytes for driver private data (info->par). info->par (if any) will be aligned to sizeof(long).
Returns the new structure, or NULL if an error occured.