xf86.h: unexport sbusSlotClaimed field

This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-20 20:30:38 +02:00
parent 5d2e135b40
commit 16cb7d04e7
2 changed files with 1 additions and 4 deletions

View File

@ -61,10 +61,6 @@ extern _X_EXPORT DevPrivateKeyRec xf86ScreenKeyRec;
extern _X_EXPORT ScrnInfoPtr *xf86Screens; /* List of pointers to ScrnInfoRecs */
extern _X_EXPORT const unsigned char byte_reversed[256];
#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__)
extern _X_EXPORT Bool sbusSlotClaimed;
#endif
#if defined(XSERVER_PLATFORM_BUS)
extern _X_EXPORT int platformSlotClaimed;
#endif

View File

@ -68,5 +68,6 @@ int xf86AllocateEntity(void);
BusType StringToBusType(const char *busID, const char **retID);
extern Bool fbSlotClaimed;
extern Bool sbusSlotClaimed;
#endif /* _XF86_BUS_H */