xfree86: common: move private defs from xf86_OSproc.h to xf86OSpriv.h

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-02-09 17:12:36 +01:00
parent a868fd028b
commit 059959181a
3 changed files with 2 additions and 12 deletions

View File

@ -54,6 +54,7 @@
#include "xf86platformBus_priv.h"
#include "xf86Config.h"
#include "xf86Crtc.h"
#include "xf86OSpriv.h"
#include "randrstr.h"
int platformSlotClaimed;

View File

@ -19,6 +19,7 @@
#include "xf86_os_support.h"
#include "xf86platformBus_priv.h"
#include "xf86Bus.h"
#include "xf86OSpriv.h"
#include "../linux/systemd-logind.h"

View File

@ -150,17 +150,5 @@ extern _X_EXPORT Bool xf86GARTCloseScreen(int screenNum);
extern _X_EXPORT int xf86InstallSIGIOHandler(int fd, void (*f) (int, void *),
void *);
#ifdef XSERVER_PLATFORM_BUS
#include "hotplug.h"
struct OdevAttributes;
void
xf86PlatformDeviceProbe(struct OdevAttributes *attribs);
void
xf86PlatformReprobeDevice(int index, struct OdevAttributes *attribs);
#endif
_XFUNCPROTOEND
#endif /* _XF86_OSPROC_H */