]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/examples/quota_watermark/qw/args.h
bump version to 15.2.11-pve1
[ceph.git] / ceph / src / spdk / dpdk / examples / quota_watermark / qw / args.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
3 */
4
5 #ifndef _ARGS_H_
6 #define _ARGS_H_
7
8 extern unsigned int portmask;
9
10 int parse_qw_args(int argc, char **argv);
11
12 #endif /* _ARGS_H_ */