blob: 0e8f618c4d3ce7ab23ef55e243353142d367b0d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* fpm_pb.c
*
* @copyright Copyright (C) 2016 Sproute Networks, Inc.
*
* @author Avneesh Sachdev <avneesh@sproute.com>
*/
/*
* Main file for the fpm_pb library.
*/
#include "config.h"
#include "xref.h"
XREF_SETUP();
|