From: iceman1001 Date: Tue, 24 Jan 2017 23:33:03 +0000 (+0100) Subject: CHG: fiddled with the headerfiles... and makefile... Tried to make them behave... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/53d5dc643f592124676b4290c8f81e6039e9abc7?ds=inline;hp=53d5dc643f592124676b4290c8f81e6039e9abc7 CHG: fiddled with the headerfiles... and makefile... Tried to make them behave nice. So it isnt a hell to add new functions from third-party (like des, aes etc) Added a lot of #ifndef , extern C, Move inside from ARMSRC -> THUMBS, which made the compiled image smaller.. I don't know if it broke anything. Moved MF_DBGLEVEL definitions into common.h Moved print_result from util.c into appmain.c Also split up some struct typedef into header files so they could be reused in other code places. ''' danger ''' this might have broken stuff... ---