Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate bool type | York Sun | 2013-04-01 | 1 | -5/+0 |
| | | | | | | | | | | | | | 'bool' is defined in random places. This patch consolidates them into a single header file include/linux/types.h, using stdbool.h introduced in C99. All other #define, typedef and enum are removed. They are all consistent with true = 1, false = 0. Replace FALSE, False with false. Replace TRUE, True with true. Skip *.py, *.php, lib/* files. Signed-off-by: York Sun <yorksun@freescale.com> | ||||
* | More code cleanup | Wolfgang Denk | 2006-07-21 | 1 | -0/+3 |
| | |||||
* | * Patch by Ronen Shitrit, 10 Dec 2003: | wdenk | 2004-01-03 | 1 | -0/+238 |
Add support for the Marvell DB64360 / DB64460 development boards * Patch by Detlev Zundel, 10 Dec 2003: fix dependency problem in examples/Makefile |