xf86Wakeup

This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 12:45:59 +02:00
parent 7b09734927
commit ec62216b94
2 changed files with 1 additions and 2 deletions

View File

@ -57,8 +57,6 @@ extern _X_EXPORT void xf86BusProbe(void);
/* xf86Events.c */
extern _X_EXPORT void
xf86Wakeup(void *blockData, int err);
extern _X_EXPORT void
xf86HandlePMEvents(int fd, void *data);
extern _X_EXPORT int (*xf86PMGetEventFromOs) (int fd, pmEvent * events,

View File

@ -68,6 +68,7 @@ void xf86ProcessActionEvent(ActionEvent action, void *arg);
Bool xf86VTOwner(void);
void xf86VTEnter(void);
void xf86EnableInputDeviceForVTSwitch(InputInfoPtr pInfo);
void xf86Wakeup(void *blockData, int err);
/* xf86Helper.c */
void xf86DeleteDriver(int drvIndex);