* [PATCH] v850: Add definitions for memcpy_fromio and memcpy_toio
@ 2004-10-29 8:15 Miles Bader
0 siblings, 0 replies; only message in thread
From: Miles Bader @ 2004-10-29 8:15 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Signed-off-by: Miles Bader <miles@gnu.org>
include/asm-v850/io.h | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff -ruN -X../cludes linux-2.6.9-uc0/include/asm-v850/io.h linux-2.6.9-uc0-v850-20041028/include/asm-v850/io.h
--- linux-2.6.9-uc0/include/asm-v850/io.h 2004-02-24 18:22:54 +0900
+++ linux-2.6.9-uc0-v850-20041028/include/asm-v850/io.h 2004-10-28 13:32:47 +0900
@@ -1,8 +1,8 @@
/*
* include/asm-v850/io.h -- Misc I/O operations
*
- * Copyright (C) 2001,02,03 NEC Electronics Corporation
- * Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org>
+ * Copyright (C) 2001,02,03,04 NEC Electronics Corporation
+ * Copyright (C) 2001,02,03,04 Miles Bader <miles@gnu.org>
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
@@ -114,4 +114,7 @@
#define phys_to_virt(addr) ((void *)__phys_to_virt (addr))
#define virt_to_phys(addr) ((unsigned long)__virt_to_phys (addr))
+#define memcpy_fromio(dst, src, len) memcpy (dst, (void *)src, len)
+#define memcpy_toio(dst, src, len) memcpy ((void *)dst, src, len)
+
#endif /* __V850_IO_H__ */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-29 8:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-29 8:15 [PATCH] v850: Add definitions for memcpy_fromio and memcpy_toio Miles Bader
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox