]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/examples/quota_watermark/qwctl/qwctl.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / examples / quota_watermark / qwctl / qwctl.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
3 */
4
5 #ifndef _MAIN_H_
6 #define _MAIN_H_
7
8 extern int *quota;
9 extern unsigned int *low_watermark;
10 extern unsigned int *high_watermark;
11
12 #endif /* _MAIN_H_ */