/* SPDX-License-Identifier: GPL-2.0 */ /* Flag bit definitions */ #ifndef __FLAGS_H__ #define __FLAGS_H__ #define LAVA_SIGNAL_ENABLE (0x0001) #endif /* __FLAGS_H__ */