f-stack/dpdk/examples/quota_watermark/qwctl/qwctl.h

13 lines
240 B
C

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2014 Intel Corporation
*/
#ifndef _MAIN_H_
#define _MAIN_H_
extern int *quota;
extern unsigned int *low_watermark;
extern unsigned int *high_watermark;
#endif /* _MAIN_H_ */