commit | 5f20e31b5b3e95f6050a2cf5ed6291ebc581239a | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Nov 23 11:38:06 2021 -0800 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Wed Nov 24 14:22:23 2021 -0500 |
tree | c42aa91b81e4bb9278268d1d884157bbedc269e9 | |
parent | f95370c413a15062303ef2694ded95a7b2f11483 [diff] |
lib/os: bitarray: introduce SYS_BITARRAY_DEFINE_STATIC() This allows to declare a static bitarray struct that is local to the source file. Signed-off-by: Daniel Leung <daniel.leung@intel.com>