9
0
Fork 0
barebox/drivers/w1
Sascha Hauer 947fb5adf8 string: Fix (v)asprintf prototypes
Our asprintf and vasprintf have different prototypes than the glibc
functions. This causes trouble when we want to share barebox code
with userspace code. Change the prototypes for (v)asprintf to match
the glibc prototypes. Since the current (v)asprintf are convenient
to use change the existing functions to b(v)asprintf.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-04-15 12:21:45 +02:00
..
masters Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
slaves string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
Kconfig w1: add dual search support 2013-01-29 09:58:07 +01:00
Makefile add 1-wire support 2012-10-29 22:31:18 +01:00
w1.c driver: Call remove function only when available 2015-03-17 07:24:50 +01:00
w1.h w1: add dual search support 2013-01-29 09:58:07 +01:00