bdk: minerva: prep for ATF direct boot support

This commit is contained in:
CTCaer
2022-01-20 12:43:24 +02:00
parent e071fe44b0
commit 7ae4fd03c2
3 changed files with 52 additions and 4 deletions

View File

@@ -17,6 +17,8 @@
#ifndef _SPRINTF_H_
#define _SPRINTF_H_
#include <stdarg.h>
#include <utils/types.h>
void s_printf(char *out_buf, const char *fmt, ...);