Loading include/linux/fb.h +7 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include <linux/slab.h> #include <asm/fb.h> #include <linux/kabi.h> struct vm_area_struct; struct fb_info; Loading Loading @@ -218,6 +219,8 @@ struct fb_deferred_io { struct list_head pagereflist; /* list of pagerefs for touched pages */ /* callback */ void (*deferred_io)(struct fb_info *info, struct list_head *pagelist); KABI_RESERVE(1) KABI_RESERVE(2) }; #endif Loading Loading @@ -501,6 +504,10 @@ struct fb_info { void *par; bool skip_vt_switch; /* no VT switch on suspend/resume required */ KABI_RESERVE(1) KABI_RESERVE(2) KABI_RESERVE(3) KABI_RESERVE(4) }; /* This will go away Loading Loading
include/linux/fb.h +7 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ #include <linux/slab.h> #include <asm/fb.h> #include <linux/kabi.h> struct vm_area_struct; struct fb_info; Loading Loading @@ -218,6 +219,8 @@ struct fb_deferred_io { struct list_head pagereflist; /* list of pagerefs for touched pages */ /* callback */ void (*deferred_io)(struct fb_info *info, struct list_head *pagelist); KABI_RESERVE(1) KABI_RESERVE(2) }; #endif Loading Loading @@ -501,6 +504,10 @@ struct fb_info { void *par; bool skip_vt_switch; /* no VT switch on suspend/resume required */ KABI_RESERVE(1) KABI_RESERVE(2) KABI_RESERVE(3) KABI_RESERVE(4) }; /* This will go away Loading