diff options
Diffstat (limited to 'ubifs-utils/common/README')
-rw-r--r-- | ubifs-utils/common/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ubifs-utils/common/README b/ubifs-utils/common/README new file mode 100644 index 0000000..8c10fd4 --- /dev/null +++ b/ubifs-utils/common/README @@ -0,0 +1,9 @@ +Common Library + +* crc16.h and crc16.c were copied from the linux kernel. +* crc32.h and crc32.c were copied from mtd-utils and amended. +* ubifs.h is a selection of definitions from fs/ubifs/ubifs.h from the linux kernel. +* key.h is copied from fs/ubifs/key.h from the linux kernel. +* defs.h is a bunch of definitions to smooth things over. +* lpt.c is a selection of functions copied from fs/ubifs/lpt.c from the linux kernel, and amended. +* hashtable/* was downloaded from http://www.cl.cam.ac.uk/~cwc22/hashtable/ |