1 /*
2  * Copyright (c) 2022 Meta
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #pragma once
8 
9 #include <limits.h>
10 #include <stddef.h>
11 #include <stdint.h>
12 
13 #include <zephyr/ztest.h>
14