xref: /aosp_15_r20/external/ltp/include/lapi/xfrm.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (c) 2018 Linux Test Project
4  */
5 
6 #ifndef LAPI_XFRM_H__
7 #define LAPI_XFRM_H__
8 
9 #ifndef XFRMNLGRP_NONE
10 # define XFRMNLGRP_NONE 0
11 #endif
12 
13 #ifndef XFRM_MSG_GETPOLICY
14 # define XFRM_MSG_GETPOLICY 21
15 #endif
16 
17 #endif /* LAPI_XFRM_H__ */
18