aboutsummaryrefslogtreecommitdiffstats
path: root/flags.h
blob: 0dac2234e0b4e22f6dfd2d08c93ff6925bedc644 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */

/* Flag bit definitions */

#ifndef __FLAGS_H__
#define __FLAGS_H__

#define LAVA_SIGNAL_ENABLE	(0x0001)

#endif				/* __FLAGS_H__ */