usb: bos: cleanup Binary Device Object Store header

We could reuse the BOS header, but there are parts that are only needed
in the legacy device support or used internally and the tests. Move this
parts to the appropriate places.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
This commit is contained in:
Johann Fischer 2024-04-30 10:08:26 +02:00 committed by Fabio Baltieri
commit 29003ff264
6 changed files with 60 additions and 48 deletions

View file

@ -4,6 +4,8 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <bos_desc.h>
#include <zephyr/ztest.h>
#include <zephyr/tc_util.h>