xref: /nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/TODO (revision 104654410c56c573564690304ae786df310c91fc)
1*10465441SEvalZero
2*10465441SEvalZeroThis contains a very limited set of Linux-compatibility headers, initially
3*10465441SEvalZerojust for getting JFFS2 to build.
4*10465441SEvalZero
5*10465441SEvalZeroSome things are simply stubs which don't _work_, to allow the JFFS2 code
6*10465441SEvalZeroto compile. Note that you may need to implement these _properly_ in order
7*10465441SEvalZeroto use these for making other Linux code work, or indeed for making the
8*10465441SEvalZeroJFFS2 NAND support work.
9*10465441SEvalZero
10*10465441SEvalZeroThe non-working parts include, but are not limited to:
11*10465441SEvalZero	workqueue.h, wait.h, timer.h, spinlock.h, sched.h, compiler.h
12