summaryrefslogtreecommitdiffstats
path: root/include/stringlist.h
Commit message (Collapse)AuthorAgeFilesLines
* list: remove duplicated list.hSascha Hauer2009-11-031-1/+1
| | | | | | | | We accidently have two list implementations in the tree: include/list.h and include/linux/list.h. This patch moves the latter (newer one) to include/linux/list.h. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add stringlist function. They can be used to build a listSascha Hauer2008-03-111-0/+27
of strings. For now mainly useful to print the resulting list in columns which is used in tab completion and ls.