]> git.sesse.net Git - bcachefs-tools-debian/blob - c_src/include/linux/pretty-printers.h
rust: bump rpassword to v7.x
[bcachefs-tools-debian] / c_src / include / linux / pretty-printers.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /* Copyright (C) 2022 Kent Overstreet */
3
4 #ifndef _LINUX_PRETTY_PRINTERS_H
5 #define _LINUX_PRETTY_PRINTERS_H
6
7 void prt_string_option(struct printbuf *, const char * const[], size_t);
8 void prt_bitflags(struct printbuf *, const char * const[], u64);
9
10 #endif /* _LINUX_PRETTY_PRINTERS_H */