blob: 63454f115666dd432d452cb91b5daf3fe35ba5fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// 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.
*/
|