Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef ___ASM_SPARC_CHECKSUM_H
0003 #define ___ASM_SPARC_CHECKSUM_H
0004 #define _HAVE_ARCH_CSUM_AND_COPY
0005 #define _HAVE_ARCH_COPY_AND_CSUM_FROM_USER
0006 #define HAVE_CSUM_COPY_USER
0007 #if defined(__sparc__) && defined(__arch64__)
0008 #include <asm/checksum_64.h>
0009 #else
0010 #include <asm/checksum_32.h>
0011 #endif
0012 #endif