This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
phyus
/
linux-vybrid_public
Suivre
8
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f9aea9fd2d
Branches
Tags
master
phyCORE-Vybrid-PD15.1-rc1
vphyCORE-Vybrid-PD15.1-rc1
linux-vybrid_pu...
/
arch
/
m68k
/
lib
/
checksum.c
checksum.c
81 B
Historique
Raw
1
2
3
4
5
#ifdef CONFIG_MMU
#include "checksum_mm.c"
#else
#include "checksum_no.c"
#endif