9
0
Fork 0
barebox/drivers/eeprom
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
..
Kconfig Cleanup Kconfig files 2012-12-08 12:22:12 +01:00
Makefile eeprom: add at24 support 2012-11-15 20:18:50 +01:00
at24.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
at25.c eeprom/at25: parse partitions from device tree 2016-02-18 12:20:31 +01:00