Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
pratyush
/
v4l-utils
/
482610beb4a0d9e5d12783f1b734945677782c2e
/
.
/
utils
/
ir-ctl
/
bpf_encoder.h
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