Add debug macros
authorHarry Liebel <Harry.Liebel@arm.com>
Thu, 19 Dec 2013 13:30:58 +0000 (13:30 +0000)
committerDan Handley <dan.handley@arm.com>
Fri, 20 Dec 2013 15:52:16 +0000 (15:52 +0000)
commit57bb6581937e2cf5ada3dcda1f242e05cbe93371
tree03c8abb18589f7469b29e8ac20297e953aadd0dd
parent93ca221c95cc71cab9222d594e0cc3d9f8e852bf
Add debug macros

- Add 'debug.h' with INFO, WARN and ERROR macros.
- This prints the specified message with the appropriate tag.
- INFO and WARN messages are only displayed when building with
  the DEBUG flag set. Error messages are always printed.

Change-Id: I21835b6063fcc99649b30ac7489387cbd3705bc0
include/debug.h [new file with mode: 0644]