• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
18