// 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__ */
