1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

change-text-base-and-meddle.patch

change the TEXT_BASE and meddle around

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green
2008-08-13 00:40:01 +01:00
parent 7143408081
commit 0b4bd34f15
6 changed files with 38 additions and 10 deletions

View File

@@ -8,7 +8,9 @@
int printk(const char *fmt, ...);
int vsprintf(char *buf, const char *fmt, va_list args);
void puts(const char *string);
int puts(const char *string);
void printhex(unsigned char v);
void print32(unsigned int u);
#endif