]> git.proxmox.com Git - mirror_iproute2.git/blob - include/rtm_map.h
rdma: Properly mark RDMAtool license
[mirror_iproute2.git] / include / rtm_map.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __RTM_MAP_H__
3 #define __RTM_MAP_H__ 1
4
5 char *rtnl_rtntype_n2a(int id, char *buf, int len);
6 int rtnl_rtntype_a2n(int *id, char *arg);
7
8 int get_rt_realms_or_raw(__u32 *realms, char *arg);
9
10 #endif /* __RTM_MAP_H__ */