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:
parent
a868fd028b
commit
059959181a
|
|
@ -54,6 +54,7 @@
|
|||
#include "xf86platformBus_priv.h"
|
||||
#include "xf86Config.h"
|
||||
#include "xf86Crtc.h"
|
||||
#include "xf86OSpriv.h"
|
||||
|
||||
#include "randrstr.h"
|
||||
int platformSlotClaimed;
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
#include "xf86_os_support.h"
|
||||
#include "xf86platformBus_priv.h"
|
||||
#include "xf86Bus.h"
|
||||
#include "xf86OSpriv.h"
|
||||
|
||||
#include "../linux/systemd-logind.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue