commit | 5960119f16da5cc1da3505cd9235dcb1162b3844 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri May 29 13:24:51 2020 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jun 03 22:33:32 2020 +0200 |
tree | faa1870d8b1dd3df18667170e3ac0a0f1b7b28ea | |
parent | 455e178b3b2c97f7f6f00fcb364ffdab8104eb2e [diff] |
scripts: parse_syscalls: generalize struct tags Now we can build up lists of data structures matching a list of particular tags, with __subsystem being just one case. Relax searches to also look inside C files, since struct prototypes may be declared there as well. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>