]> Git Repo - J-u-boot.git/blob - cmd/printf.h
Merge commit '53633a893a06bd5a0c807287d9cc29337806eaf7' as 'dts/upstream'
[J-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
This page took 0.02629 seconds and 4 git commands to generate.