summaryrefslogtreecommitdiffstats
path: root/bgpd/rfp-example/librfp/rfp_internal.h
blob: 83b0b55c0550a4845225f62f72bcf86294b0259b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 *
 * Copyright 2015-2016, LabN Consulting, L.L.C.
 *
 */

/* Sample header file */
#ifndef _RFP_INTERNAL_H
#define _RFP_INTERNAL_H
#include "lib/zebra.h"
#include "rfp.h"
#include "bgpd/rfapi/rfapi.h"

#endif /* _RFP_INTERNAL_H */