summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/xfrm.h
blob: d9051202c160905d4178911fcef86f110ff99c2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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