summaryrefslogtreecommitdiff
path: root/scripts/kconfig/hashtable.h
AgeCommit message (Collapse)AuthorFilesLines
2024-02-19kconfig: add macros useful for hashtableMasahiro Yamada1-0/+48
This is similar to include/linux/hashtable.h, but the implementation has been simplified. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>