summaryrefslogtreecommitdiff
path: root/lib_generic/rbtree.c
Commit message (Collapse)AuthorAgeLines
* Rename lib_generic/ to lib/Peter Tyser2010-04-13-390/+0
| | | | | | | | Now that the other architecture-specific lib directories have been moved out of the top-level directory there's not much reason to have the '_generic' suffix on the common lib directory. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* Add Red Black Tree supportKyungmin Park2008-10-18-0/+390
Now it's used at UBI module. Of course other modules can use it. If you want to use it, please define CONFIG_RBTREE Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>