summaryrefslogtreecommitdiffstats
path: root/lib_generic/circbuf.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-110/+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>
* circbuf: Move to lib_generic and conditionally compilePeter Tyser2009-12-021-0/+110
circbuf could be used as a generic library and is only currently needed when CONFIG_USB_TTY is defined. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>