Move vsprintf functions into their own header
authorSimon Glass <sjg@chromium.org>
Wed, 2 Nov 2011 09:52:07 +0000 (09:52 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 17 Dec 2011 22:30:35 +0000 (23:30 +0100)
commit9785c905cff109e48415904e518ca559918e7fd0
tree428a7eb6f44bbab258f39e65c368d963026867be
parenta7b39185338c333a052728a7952b5f1cba4fc22a
Move vsprintf functions into their own header

common.h is very large, so before changing the vsprintf functions, move the
prototypes into their own header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/common.h
include/vsprintf.h [new file with mode: 0644]