// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) 2020 Cyril Hrubis <chrubis@suse.cz>
*/
#ifndef LAPI_SHM_H__
#define LAPI_SHM_H__
#ifndef SHM_STAT_ANY
# define SHM_STAT_ANY 15
#endif
#endif /* LAPI_SHM_H__ */