mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 22:46:42 +07:00
5c48b108ec
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
11 lines
143 B
C
11 lines
143 B
C
#ifndef __UM_CHECKSUM_H
|
|
#define __UM_CHECKSUM_H
|
|
|
|
#ifdef CONFIG_X86_32
|
|
# include "checksum_32.h"
|
|
#else
|
|
# include "checksum_64.h"
|
|
#endif
|
|
|
|
#endif
|