blob: 5d1d43a96eeec2fea8b38c4f660c69e059c7c7a1 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __BPF_ENCODER_H
#define __BPF_ENCODER_H
bool encode_bpf_protocol(struct keymap *map, uint32_t scancode, int *buf, int *length);
#endif