blob: 39bf4adbccbeaa667de9878e604493732ab4d19a [file] [log] [blame]
Harald Welte211dd6c2016-01-13 00:18:49 +01001#pragma once
2
3#include <stdint.h>
4
5struct msgb;
6
Harald Weltef5d6fee2016-01-13 22:29:10 +01007struct msgb *gen_log_config_set_mask(uint32_t equip_id, uint32_t last_item);
Harald Welte211dd6c2016-01-13 00:18:49 +01008int log_config_set_mask_bit(struct msgb *msg, uint32_t bit_in);