| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
|---|---|
| 2 | |
| 3 | #pragma once |
| 4 | |
| 5 | #include <mos/types.h> |
| 6 | #include <string> |
| 7 | |
| 8 | std::string get_known_class_name(u8 base_class, u8 sub_class, u8 prog_if); |
| 9 |
| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
|---|---|
| 2 | |
| 3 | #pragma once |
| 4 | |
| 5 | #include <mos/types.h> |
| 6 | #include <string> |
| 7 | |
| 8 | std::string get_known_class_name(u8 base_class, u8 sub_class, u8 prog_if); |
| 9 |