mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 16:16:45 +07:00
6 lines
82 B
C
6 lines
82 B
C
|
#ifdef __uClinux__
|
||
|
#include "checksum_no.h"
|
||
|
#else
|
||
|
#include "checksum_mm.h"
|
||
|
#endif
|