cleanup: include/: move base64.h to sys/base64.h
move base64.h to sys/base64.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e1e05a2eac
commit
bd977d06f8
6 changed files with 87 additions and 72 deletions
|
@ -26,7 +26,7 @@
|
|||
#include <zephyr/types.h>
|
||||
#include <stdbool.h>
|
||||
#include <ztest.h>
|
||||
#include <base64.h>
|
||||
#include <sys/base64.h>
|
||||
|
||||
static const unsigned char base64_test_dec[64] = {
|
||||
0x24, 0x48, 0x6E, 0x56, 0x87, 0x62, 0x5A, 0xBD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue