mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
15 lines
307 B
C
15 lines
307 B
C
/* SPDX-License-Identifier: MIT OR X11
|
|
*
|
|
* Copyright © 2024 Enrico Weigelt, metux IT consult <info@metux.net>
|
|
*/
|
|
|
|
#ifndef _XSERVER_XEXT_SHM_PRIV_H
|
|
#define _XSERVER_XEXT_SHM_PRIV_H
|
|
|
|
#include "include/resource.h"
|
|
#include "Xext/shmint.h"
|
|
|
|
extern RESTYPE ShmSegType;
|
|
|
|
#endif /* _XSERVER_XEXT_SHM_PRIV_H */
|