18 lines
274 B
C
18 lines
274 B
C
|
// 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();
|