Llimeng151fix ltp code
011eeb9d创建于 2022年7月4日历史提交
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2018 Linux Test Project
 */

#ifndef LAPI_XFRM_H__
#define LAPI_XFRM_H__

#ifndef XFRMNLGRP_NONE
# define XFRMNLGRP_NONE 0
#endif

#ifndef XFRM_MSG_GETPOLICY
# define XFRM_MSG_GETPOLICY 21
#endif

#endif /* LAPI_XFRM_H__ */