xf86IsEntityPrimary
This commit is contained in:
parent
6cd4e84a32
commit
1fef035592
|
|
@ -107,7 +107,6 @@ extern _X_EXPORT void xf86SetEntityInstanceForScreen(ScrnInfoPtr pScrn,
|
|||
extern _X_EXPORT int xf86GetNumEntityInstances(int entityIndex);
|
||||
extern _X_EXPORT GDevPtr xf86GetDevFromEntity(int entityIndex, int instance);
|
||||
extern _X_EXPORT EntityInfoPtr xf86GetEntityInfo(int entityIndex);
|
||||
extern _X_EXPORT Bool xf86IsEntityPrimary(int entityIndex);
|
||||
extern _X_EXPORT ScrnInfoPtr xf86FindScreenForEntity(int entityIndex);
|
||||
|
||||
#define xf86SetLastScrnFlag(e, s) do { } while (0)
|
||||
|
|
|
|||
|
|
@ -75,5 +75,6 @@ extern int pciSlotClaimed;
|
|||
Bool xf86ComparePciBusString(const char *busID, int bus, int device, int func);
|
||||
Bool xf86DriverHasEntities(DriverPtr drvp);
|
||||
void xf86RemoveEntityFromScreen(ScrnInfoPtr pScrn, int entityIndex);
|
||||
Bool xf86IsEntityPrimary(int entityIndex);
|
||||
|
||||
#endif /* _XF86_BUS_H */
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
#include "os/osdep.h"
|
||||
|
||||
#include "xf86_priv.h"
|
||||
#include "xf86Bus.h"
|
||||
#include "xf86Config.h"
|
||||
#include "xf86_OSlib.h"
|
||||
#include "xf86Priv.h"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include "xf86.h"
|
||||
#include "xf86_OSproc.h"
|
||||
#include "xf86Bus.h"
|
||||
#include "compiler.h"
|
||||
#define _INT10_PRIVATE
|
||||
#include "xf86int10_priv.h"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include "xf86.h"
|
||||
#include "xf86_OSproc.h"
|
||||
#include "xf86Bus.h"
|
||||
#include "compiler.h"
|
||||
#define _INT10_PRIVATE
|
||||
#include "int10Defines.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue