Files
rtems/c/src/lib
Joel Sherrill 6cd20744e5 pc386/.../bsp.h: Do not include crt.h
crt.h defines such lovely constants as "RED" and "GREEN" which
have a nasty habit of conflicting with non-BSP code. There is
no reason to include this private .h from bsp.h and pollute the
namespace for applications.
2014-09-16 16:09:12 -05:00
..