xref: /aosp_15_r20/external/libnl/include/base/README.md (revision 4dc78e53d49367fa8e61b07018507c90983a077d)
1include/base
2============
3
4This directory contains libnl-independent helper.
5
6It's an internal "library" of helpers, that purely depend
7on C and external dependencies.
8
9Currently, it's also header-only, so there is no need to link
10with anything special.
11
12This can be used freely by all our internal code, but it's private API,
13so it cannot be used in public headers.
14