]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
9f95a23c
TL
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
7c673cae
FG
3 */
4
5#ifndef _MAIN_H_
6#define _MAIN_H_
7
8extern int *quota;
9extern unsigned int *low_watermark;
11fdf7f2 10extern unsigned int *high_watermark;
7c673cae
FG
11
12#endif /* _MAIN_H_ */