mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Reverting commit 63c8a689c3 on request by Nvidia
(proprietary driver)
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
14 lines
336 B
C
14 lines
336 B
C
/* SPDX-License-Identifier: MIT OR X11
|
|
*
|
|
* Copyright © 2024 Enrico Weigelt, metux IT consult <info@metux.net>
|
|
*/
|
|
#ifndef _XORG_XF86OPTION_PRIV_H
|
|
#define _XORG_XF86OPTION_PRIV_H
|
|
|
|
#include "xf86Opt.h"
|
|
|
|
void xf86OptionListReport(XF86OptionPtr parm);
|
|
void xf86MarkOptionUsed(XF86OptionPtr option);
|
|
|
|
#endif /* _XORG_XF86OPTION_PRIV_H */
|