summaryrefslogtreecommitdiffstats
path: root/isisd/isis_affinitymap.h
blob: c432e99f51eb30edbc8175d3b6d907064b68e607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// SPDX-License-Identifier: GPL-2.0-or-later
/* IS-IS  affinity-map header
 * Copyright 2023 6WIND S.A.
 */

#ifndef __ISIS_AFFINITYMAP_H__
#define __ISIS_AFFINITYMAP_H__

#include "lib/affinitymap.h"

#ifndef FABRICD

#ifdef __cplusplus
extern "C" {
#endif

extern void isis_affinity_map_init(void);

#ifdef __cplusplus
}
#endif

#endif /* ifndef FABRICD */

#endif /* __ISIS_AFFINITYMAP_H__ */