Kernel  |  3.4

下载     查看原文件
C++程序  |  11行  |  143 B
#ifndef __UM_CHECKSUM_H
#define __UM_CHECKSUM_H

#ifdef CONFIG_X86_32
# include "checksum_32.h"
#else
# include "checksum_64.h"
#endif

#endif