mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
add-nand-read-prototype.patch
Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include <qi.h>
|
||||
#include <neo_gta02.h>
|
||||
#include "nand_read.h"
|
||||
|
||||
static const struct board_variant board_variants[] = {
|
||||
[0] = {
|
||||
|
||||
@@ -23,6 +23,11 @@
|
||||
#include <qi.h>
|
||||
#include <string.h>
|
||||
|
||||
int raise(int n)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
size_t strlen(const char *s)
|
||||
{
|
||||
size_t n = 0;
|
||||
|
||||
Reference in New Issue
Block a user