mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
qi-add-hex-sprintf-type-functions.patch
We need to print hex into string buffers now, only in phase 2 Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
@@ -126,6 +126,10 @@ void printdec(int n);
|
||||
void hexdump(unsigned char *start, int len);
|
||||
void udelay(int n);
|
||||
|
||||
/* phase2 only */
|
||||
void setnybble(char *p, unsigned char n);
|
||||
void set8(char *p, unsigned char n);
|
||||
void set32(char *p, unsigned int u);
|
||||
|
||||
unsigned long crc32(unsigned long crc, const unsigned char *buf,
|
||||
unsigned int len);
|
||||
|
||||
Reference in New Issue
Block a user