]> Git Repo - linux.git/blob - fs/bcachefs/varint.h
Linux 6.14-rc3
[linux.git] / fs / bcachefs / varint.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_VARINT_H
3 #define _BCACHEFS_VARINT_H
4
5 int bch2_varint_encode(u8 *, u64);
6 int bch2_varint_decode(const u8 *, const u8 *, u64 *);
7
8 int bch2_varint_encode_fast(u8 *, u64);
9 int bch2_varint_decode_fast(const u8 *, const u8 *, u64 *);
10
11 #endif /* _BCACHEFS_VARINT_H */
This page took 0.037953 seconds and 4 git commands to generate.