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