summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/descriptor/descriptor.c
Commit message (Collapse)AuthorAgeFilesLines
* ich9deblob: moved src to src/, .o files to obj/Francis Rowe2014-12-251-170/+0
|
* ich9deblob: clean up includes in the .c filesFrancis Rowe2014-12-251-3/+0
|
* ich9deblob: add platform region to descriptor debug functionFrancis Rowe2014-12-231-0/+8
|
* ich9deblob: debug in descriptor deblob moved to separate functionFrancis Rowe2014-12-231-10/+47
|
* ich9deblob: Replace makefile (use dependencies)Francis Rowe2014-12-231-0/+128
Use .h and .c files properly. Use header guards. Define function names in .h files (actual functions in the .c files), and so on. Move all functions from the .h files to corresponding .c files.