Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
WSL2-Linux-Kernel
зеркало из
https://github.com/microsoft/WSL2-Linux-Kernel.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули WSL2-Linux-Kernel
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
85821c906c
WSL2-Linux-Kernel
/
include
/
asm-sh
/
checksum.h
6 строки
88 B
C
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
sh: Split out checksum.h in to _32 and _64 variants. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-11-11 11:36:13 +03:00
#
ifdef CONFIG_SUPERH32
#
include "checksum_32.h"
Linux-2.6.12-rc2 Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
2005-04-17 02:20:36 +04:00
#
else
sh: Split out checksum.h in to _32 and _64 variants. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-11-11 11:36:13 +03:00
#
include "checksum_64.h"
Linux-2.6.12-rc2 Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
2005-04-17 02:20:36 +04:00
#
endif