bus->xf86BusConfig

This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 12:22:10 +02:00
parent fc0ed0a6c7
commit 946e9bbb5a
2 changed files with 2 additions and 1 deletions

View File

@ -78,4 +78,6 @@ void xf86RemoveEntityFromScreen(ScrnInfoPtr pScrn, int entityIndex);
Bool xf86IsEntityPrimary(int entityIndex);
ScrnInfoPtr xf86FindScreenForEntity(int entityIndex);
Bool xf86BusConfig(void);
#endif /* _XF86_BUS_H */

View File

@ -53,7 +53,6 @@ extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for
#endif
/* xf86Bus.c */
extern _X_EXPORT Bool xf86BusConfig(void);
extern _X_EXPORT void xf86BusProbe(void);
extern _X_EXPORT void xf86PostProbe(void);
extern _X_EXPORT void xf86ClearEntityListForScreen(ScrnInfoPtr pScrn);