blob: 625817857819fc47e19c96e1d183bbcde49ce39a (
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
/*
* qpb.c
*
* @copyright Copyright (C) 2016 Sproute Networks, Inc.
*
* @author Avneesh Sachdev <avneesh@sproute.com>
*/
/*
* Main file for the qpb library.
*/
#include "config.h"
#include "xref.h"
XREF_SETUP();
|