arcnet: Use include/linux path for asm
[cascardo/linux.git] / include / asm-generic / early_ioremap.h
index 316bd04..734ad4d 100644 (file)
@@ -35,6 +35,12 @@ extern void early_ioremap_setup(void);
  */
 extern void early_ioremap_reset(void);
 
+/*
+ * Early copy from unmapped memory to kernel mapped memory.
+ */
+extern void copy_from_early_mem(void *dest, phys_addr_t src,
+                               unsigned long size);
+
 #else
 static inline void early_ioremap_init(void) { }
 static inline void early_ioremap_setup(void) { }