os: export SetCriticalOutputPending for nvidia
Signed-off-by: dasha_uwu <dasha@linuxping.win>
This commit is contained in:
parent
e73bb5d01b
commit
45de44f092
|
@ -53,7 +53,9 @@ void NotifyParentProcess(void);
|
||||||
void CreateWellKnownSockets(void);
|
void CreateWellKnownSockets(void);
|
||||||
void ResetWellKnownSockets(void);
|
void ResetWellKnownSockets(void);
|
||||||
void CloseWellKnownConnections(void);
|
void CloseWellKnownConnections(void);
|
||||||
void SetCriticalOutputPending(void);
|
|
||||||
|
// exported for nvidia driver
|
||||||
|
_X_EXPORT void SetCriticalOutputPending(void);
|
||||||
|
|
||||||
/* exported only for DRI module, but should not be used by external drivers */
|
/* exported only for DRI module, but should not be used by external drivers */
|
||||||
_X_EXPORT void ResetCurrentRequest(struct _Client *client);
|
_X_EXPORT void ResetCurrentRequest(struct _Client *client);
|
||||||
|
|
Loading…
Reference in New Issue