[bitops] Add generic atomic bit test, set, and clear functions

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-03-16 21:18:33 +00:00
parent 2246a6b274
commit c867b5ab1f
4 changed files with 216 additions and 0 deletions

View File

@@ -68,3 +68,4 @@ REQUIRE_OBJECT ( setjmp_test );
REQUIRE_OBJECT ( pccrc_test );
REQUIRE_OBJECT ( linebuf_test );
REQUIRE_OBJECT ( iobuf_test );
REQUIRE_OBJECT ( bitops_test );