From 3ec00b2b0403a2da7e30d1873e7938ce9cc2182e Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 21 May 2025 12:24:33 +0200 Subject: [PATCH] xf86PostProbe --- hw/xfree86/common/xf86Bus.h | 1 + hw/xfree86/common/xf86Priv.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Bus.h b/hw/xfree86/common/xf86Bus.h index 51b8a05f4..8d60c2c08 100644 --- a/hw/xfree86/common/xf86Bus.h +++ b/hw/xfree86/common/xf86Bus.h @@ -79,5 +79,6 @@ Bool xf86IsEntityPrimary(int entityIndex); ScrnInfoPtr xf86FindScreenForEntity(int entityIndex); Bool xf86BusConfig(void); +void xf86PostProbe(void); #endif /* _XF86_BUS_H */ diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 225718602..005ed1abf 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -54,7 +54,6 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for /* xf86Bus.c */ extern _X_EXPORT void xf86BusProbe(void); -extern _X_EXPORT void xf86PostProbe(void); extern _X_EXPORT void xf86ClearEntityListForScreen(ScrnInfoPtr pScrn); extern _X_EXPORT void xf86AddDevToEntity(int entityIndex, GDevPtr dev); extern _X_EXPORT void xf86RemoveDevFromEntity(int entityIndex, GDevPtr dev);