summaryrefslogtreecommitdiffstats
path: root/include/cg_map.h
blob: 6293b50ed1c9242b19ced637587a3a94ad884bbf (plain)
1
2
3
4
5
6
7
/* 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__ */