blob: a67b9821de609bc024778eaf1e457d95047316d9 [file] [log] [blame]
Daniel Osawa51c18132025-11-26 09:21:20 -08001// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: Copyright OpenBMC Authors
3#ifndef HEX_TEST_H
4#define HEX_TEST_H
5
6void test_hex_encode_good(void);
7void test_hex_decode_good(void);
8void test_hex_error_cases(void);
9void test_hex_roundtrip(void);
10
11#endif