]> git.ipfire.org Git - thirdparty/linux.git/commit
kconfig: add macros useful for hashtable
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 2 Feb 2024 15:58:20 +0000 (00:58 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 19 Feb 2024 09:20:41 +0000 (18:20 +0900)
commit0a3128e75108cc23401aa5059b851ed047bfff0e
treeb0d77497fa2f2b610d08fbdf54dae2febef94750
parent5e3cf304a0bdc7a3d7ba4805bb2bb05c5e6916ff
kconfig: add macros useful for hashtable

This is similar to include/linux/hashtable.h, but the implementation
has been simplified.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/hashtable.h [new file with mode: 0644]