xref: /aosp_15_r20/external/libcap/libcap/cap_names.header (revision 2810ac1b38eead2603277920c78344c84ddf3aff)
1struct __cap_token_s { const char *name; int index; };
2%{
3const struct __cap_token_s *__cap_lookup_name(const char *, size_t);
4%}
5%%
6