summaryrefslogtreecommitdiff
path: root/include/linux/sysfb.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2024-12-02 11:52:59 +0100
committerIngo Molnar <mingo@kernel.org>2024-12-02 11:52:59 +0100
commitbcfd5f644c5b933cfb3c488220e40a03e011e8a4 (patch)
tree66717ce2352b3e9a14b94ffe804db93b073eb525 /include/linux/sysfb.h
parentfaac6f105ef169e2e5678c14e1ffebf2a7d780b6 (diff)
parent40384c840ea1944d7c5a392e8975ed088ecf0b37 (diff)
Merge tag 'v6.13-rc1' into perf/core, to refresh the branch
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sysfb.h')
-rw-r--r--include/linux/sysfb.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/sysfb.h b/include/linux/sysfb.h
index bef5f06a91de..07cbab516942 100644
--- a/include/linux/sysfb.h
+++ b/include/linux/sysfb.h
@@ -60,12 +60,19 @@ struct efifb_dmi_info {
void sysfb_disable(struct device *dev);
+bool sysfb_handles_screen_info(void);
+
#else /* CONFIG_SYSFB */
static inline void sysfb_disable(struct device *dev)
{
}
+static inline bool sysfb_handles_screen_info(void)
+{
+ return false;
+}
+
#endif /* CONFIG_SYSFB */
#ifdef CONFIG_EFI