| 581 | } |
| 582 | |
| 583 | cs_error_t icmap_set_int16(const char *key_name, int16_t value) |
| 584 | { |
| 585 | |
| 586 | return (icmap_set_int16_r(icmap_global_map, key_name, value)); |
| 587 | } |
| 588 | |
| 589 | cs_error_t icmap_set_uint16(const char *key_name, uint16_t value) |
| 590 | { |
nothing calls this directly
no test coverage detected