linux/tools/net/ynl/lib
Jakub Kicinski f3c928008a tools: ynl: move private definitions to a separate header
ynl.h has a growing amount of "internal" stuff, which may confuse
users who try to take a look at the external API. Currently the
internals are at the bottom of the file with a banner in between,
but this arrangement makes it hard to add external APIs / inline
helpers which need internal definitions.

Move internals to a separate header.

Link: https://lore.kernel.org/r/20231202211225.342466-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-12-05 20:08:33 -08:00
..
__init__.py tools/net/ynl: Add support for create flags 2023-08-27 17:17:10 -07:00
.gitignore tools: net: add __pycache__ to gitignore 2023-02-24 11:55:47 -08:00
Makefile tools: ynl: user space helpers 2023-06-06 12:31:31 -07:00
nlspec.py netlink: specs: add support for auto-sized scalars 2023-10-20 11:43:35 +01:00
ynl-priv.h tools: ynl: move private definitions to a separate header 2023-12-05 20:08:33 -08:00
ynl.c tools: ynl: use strerror() if no extack of note provided 2023-12-05 20:08:13 -08:00
ynl.h tools: ynl: move private definitions to a separate header 2023-12-05 20:08:33 -08:00
ynl.py tools: pynl: make flags argument optional for do() 2023-12-05 20:07:59 -08:00