]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
COMMON: Add __stringify() function
authorMarek Vasut <marex@denx.de>
Thu, 27 Sep 2012 15:08:15 +0000 (17:08 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:47 +0000 (11:53 -0700)
commit9aed5080834a4e848a88b972738f28dce466b420
treee148d3c6053c5a52b35724e3d31f26fa8c1ba1b5
parent868444faa0327756ffe4655b2f8678a5d3b5c505
COMMON: Add __stringify() function

Copied from Linux kernel:
commit 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4
Date:   Wed Apr 8 16:58:57 2009 +0800

Pull in the __stringify() macro from Linux kernel. This macro is usually used to
convert numbers to strings at preprocessor level, yet it is not limited only to
that. This is useful as it allows higher usage of puts() in favour of printf().

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
include/common.h
include/linux/stringify.h [new file with mode: 0644]