Re: [U-Boot] [PATCH] export SPI functions to standalone apps

2009-07-20 Thread Rafal Jaworowski
On 2009-07-19, at 04:22, Mike Frysinger wrote: > Signed-off-by: Mike Frysinger > --- > common/exports.c |8 > include/_exports.h |8 > include/exports.h |3 ++- > 3 files changed, 18 insertions(+), 1 deletions(-) > > diff --git a/common/exports.c b/common/exports.c

[U-Boot] [PATCH] export SPI functions to standalone apps

2009-07-18 Thread Mike Frysinger
Signed-off-by: Mike Frysinger --- common/exports.c |8 include/_exports.h |8 include/exports.h |3 ++- 3 files changed, 18 insertions(+), 1 deletions(-) diff --git a/common/exports.c b/common/exports.c index ec4656b..b3b6e1f 100644 --- a/common/exports.c +++ b/c