Files
iproute2-next/include/cg_map.h
Stephen Hemminger 912f5de4aa Add missing SPDX headers
All headers and source in iproute2 should be using SPDX license info.
Add a couple that were missed, and take off boilerplate.

Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2023-07-22 09:30:36 -07:00

8 lines
146 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __CG_MAP_H__
#define __CG_MAP_H__
const char *cg_id_to_path(__u64 id);
#endif /* __CG_MAP_H__ */