1. 08 4月, 2017 1 次提交
  2. 24 7月, 2013 1 次提交
  3. 02 4月, 2013 1 次提交
    • Y
      Consolidate bool type · 472d5460
      York Sun 提交于
      '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: NYork Sun <yorksun@freescale.com>
      472d5460
  4. 21 7月, 2006 1 次提交
  5. 16 4月, 2006 1 次提交
  6. 30 3月, 2006 1 次提交