9
0
Fork 0
barebox/drivers/pwm
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 PWM: Add MXS PWM support 2015-06-12 12:00:41 +02:00
Makefile PWM: Add MXS PWM support 2015-06-12 12:00:41 +02:00
core.c PWM: Allow multiple PWMs per device node 2015-06-12 12:00:41 +02:00
pwm-imx.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
pwm-mxs.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
pxa_pwm.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00