From 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 21:39:35 +0000 Subject: 20060303 --- os/boot/arm1110/fns.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 os/boot/arm1110/fns.h (limited to 'os/boot/arm1110/fns.h') diff --git a/os/boot/arm1110/fns.h b/os/boot/arm1110/fns.h new file mode 100644 index 00000000..53af19bf --- /dev/null +++ b/os/boot/arm1110/fns.h @@ -0,0 +1,7 @@ +/* + * functions defined locally + */ +extern int gunzip(uchar *out, int outn, uchar *in, int inn); +extern void delay(int ms); +extern void serialputs(char *str, int n); +extern void draincache(void); -- cgit v1.2.3