aboutsummaryrefslogtreecommitdiff
path: root/include/xyzModem.h
AgeCommit message (Collapse)AuthorFilesLines
2013-07-24Add eCos-2.0 SPDX-License-Identifier to source filesWolfgang Denk1-33/+1
Signed-off-by: Wolfgang Denk <wd@denx.de>
2013-04-01Consolidate bool typeYork Sun1-8/+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>
2006-07-21More code cleanupWolfgang Denk1-0/+3
2006-04-16Some code cleanupWolfgang Denk1-61/+63
2006-03-30Add support for ymodem protocol (loady command).Markus Klotzbuecher1-0/+112
Patch by Stefano Babic, 29 Mar 2006