summaryrefslogtreecommitdiffstats
path: root/utils/cache_gc/categories.h
blob: 388fbe78282965ac5541e32b9d59ff2bc6f3aea6 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-3.0-or-later */
#pragma once

#include "kr_cache_gc.h"

typedef uint8_t category_t;

#define CATEGORIES 100		// number of categories

category_t kr_gc_categorize(gc_record_info_t * info);