1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * Copyright (c) 2020 Cyril Hrubis <chrubis@suse.cz> 4 */ 5 6 #ifndef LAPI_SHM_H__ 7 #define LAPI_SHM_H__ 8 9 #ifndef SHM_STAT_ANY 10 # define SHM_STAT_ANY 15 11 #endif 12 13 #endif /* LAPI_SHM_H__ */ 14