Title: [5278] trunk/include/asm-blackfin/bfin-global.h: add missing isram_memcpy() prototype
Revision
5278
Author
vapier
Date
2008-09-11 03:48:33 -0500 (Thu, 11 Sep 2008)

Log Message

add missing isram_memcpy() prototype

Modified Paths


Diff

Modified: trunk/include/asm-blackfin/bfin-global.h (5277 => 5278)


--- trunk/include/asm-blackfin/bfin-global.h	2008-09-11 08:24:38 UTC (rev 5277)
+++ trunk/include/asm-blackfin/bfin-global.h	2008-09-11 08:48:33 UTC (rev 5278)
@@ -92,6 +92,8 @@
 extern void *sram_alloc_with_lsl(size_t, unsigned long);
 extern int sram_free_with_lsl(const void*);
 
+extern void *isram_memcpy(void *dest, const void *src, size_t n);
+
 extern const char bfin_board_name[];
 
 extern unsigned long bfin_sic_iwr[];
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to