| 
									
										
										
										
											2008-05-21 06:32:11 +01:00
										 |  |  | #include <linux/module.h>
 | 
					
						
							|  |  |  | #include <asm/string.h>
 | 
					
						
							|  |  |  | #include <asm/checksum.h>
 | 
					
						
							| 
									
										
										
										
											2005-05-05 16:15:16 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-08-18 20:03:19 +01:00
										 |  |  | #ifndef CONFIG_X86_32
 | 
					
						
							| 
									
										
										
										
											2005-05-05 16:15:16 -07:00
										 |  |  | /*XXX: we need them because they would be exported by x86_64 */ | 
					
						
							| 
									
										
										
										
											2008-06-05 22:46:13 -07:00
										 |  |  | #if (__GNUC__ == 4 && __GNUC_MINOR__ >= 3) || __GNUC__ > 4
 | 
					
						
							|  |  |  | EXPORT_SYMBOL(memcpy); | 
					
						
							|  |  |  | #else
 | 
					
						
							| 
									
										
										
										
											2005-05-05 16:15:16 -07:00
										 |  |  | EXPORT_SYMBOL(__memcpy); | 
					
						
							| 
									
										
										
										
											2008-06-05 22:46:13 -07:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2011-08-18 20:03:19 +01:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2008-05-21 06:32:11 +01:00
										 |  |  | EXPORT_SYMBOL(csum_partial); |