]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/device-nodes.h
hwdb: Add mapping for Xiaomi Mipad 2 bottom bezel capacitive buttons
[thirdparty/systemd.git] / src / shared / device-nodes.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include <stddef.h>
5
6 int encode_devnode_name(const char *str, char *str_enc, size_t len);
7 int allow_listed_char_for_devnode(char c, const char *additional);
8
9 int devnode_same(const char *a, const char *b);