]> www.infradead.org Git - mtd-utils.git/commit
libs: remove ubiutils-specific stuff from common.h
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 17 Jul 2010 07:04:56 +0000 (10:04 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 17 Jul 2010 07:04:56 +0000 (10:04 +0300)
commit5db0545e2858da5f79d6461544f94c88f6bf7af9
tree7e2441edff0cd44e1a0396f7e4cb801ecb3ae5f5
parent7d3f89c62f5032713e6614f1004fcbba379ebbaa
libs: remove ubiutils-specific stuff from common.h

Now include/common.h contains things that really everyone can use.
And all the stuff specific to ubi-utils is in ubi-utils/include/ubiutils-common.h

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
include/common.h
ubi-utils/Makefile
ubi-utils/include/ubiutils-common.h [new file with mode: 0644]
ubi-utils/src/mtdinfo.c
ubi-utils/src/ubiattach.c
ubi-utils/src/ubiformat.c
ubi-utils/src/ubimkvol.c
ubi-utils/src/ubinfo.c
ubi-utils/src/ubinize.c
ubi-utils/src/ubirsvol.c
ubi-utils/src/ubiutils-common.c [moved from ubi-utils/src/common.c with 100% similarity]