projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cmd: fdt: Map address returned from fdt get addr to sysmem
[platform/kernel/u-boot.git]
/
cmd
/
printf.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
3
#ifndef __PRINTF_H
4
#define __PRINTF_H
5
6
int printf_setexpr(char *str, size_t size, int argc, char *const *argv);
7
8
#endif