Move the generic lib functions into lib/ directory
commit46723bfa4d5fb75314cf5beaa6b0341381ba8889
authorLiu Aleaxander <Aleaxander@gmail.com>
Tue, 15 Jun 2010 10:37:24 +0000 (15 18:37 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Tue, 15 Jun 2010 10:37:24 +0000 (15 18:37 +0800)
tree6e3c07b662d53b404bbcb4b1a79ce1b67b04ec2b
parente2f0c02c517b875344ba850bea688d2e8c79aab0
Move the generic lib functions into lib/ directory

Move the generic lib functions into lib/directory, so there files can be shared
by kernel and user.

Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
Changelog
Makefile
include/bitopts.h
include/string.h
lib/Makefile [new file with mode: 0644]
lib/README [new file with mode: 0644]
lib/bitopts.c [copied from include/bitopts.h with 75% similarity]
lib/string.c [copied from include/string.h with 68% similarity]