Reimport Simon Peter's devmapper

This commit is contained in:
Simon Peter 2013-10-26 18:54:36 +02:00 committed by Vladimir Serbinenko
parent 3ace8d7584
commit e7f405abb3
3 changed files with 420 additions and 0 deletions

View file

@ -2140,3 +2140,8 @@ module = {
name = progress;
common = lib/progress.c;
};
module = {
name = crypto_devmapper;
common = disk/devmapper.c;
};