| 569 | } |
| 570 | |
| 571 | cs_error_t icmap_set_int8(const char *key_name, int8_t value) |
| 572 | { |
| 573 | |
| 574 | return (icmap_set_int8_r(icmap_global_map, key_name, value)); |
| 575 | } |
| 576 | |
| 577 | cs_error_t icmap_set_uint8(const char *key_name, uint8_t value) |
| 578 | { |
nothing calls this directly
no test coverage detected