Skip to content

Commit 83f3f70

Browse files
committed
benchmarks/lockhammer/include/verbose.h - verbosity definitions
Change-Id: Id6754ea81e433b2dc38e359e16150f38bbf40099
1 parent 02ba8ad commit 83f3f70

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
/*
3+
* SPDX-FileCopyrightText: Copyright 2024-2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
4+
* SPDX-License-Identifier: BSD-3-Clause
5+
*/
6+
7+
#ifndef VERBOSE_H
8+
#define VERBOSE_H
9+
10+
enum {
11+
VERBOSE_MORE=3,
12+
VERBOSE_YES=2,
13+
VERBOSE_LOW=1, // default
14+
VERBOSE_NONE=0 // to-be-implemented
15+
};
16+
17+
#endif
18+
19+
/* vim: set tabstop=4 shiftwidth=4 softtabstop=4 expandtab: */

0 commit comments

Comments
 (0)