aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quota_watermark/qwctl/qwctl.h
blob: 2a4559388ac40e7e2ca75ccbd9f33655085bb306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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_ */