diff options
Diffstat (limited to 'bgpd/rfp-example/librfp/rfp_internal.h')
-rw-r--r-- | bgpd/rfp-example/librfp/rfp_internal.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bgpd/rfp-example/librfp/rfp_internal.h b/bgpd/rfp-example/librfp/rfp_internal.h new file mode 100644 index 0000000..83b0b55 --- /dev/null +++ b/bgpd/rfp-example/librfp/rfp_internal.h @@ -0,0 +1,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 */ |