summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/gbe/gbe.c
Commit message (Collapse)AuthorAgeFilesLines
* ich9deblob: gbe related debugging moved to separate functionFrancis Rowe2014-12-231-13/+31
|
* ich9deblob: make gbe checksum function take byte offset directlyFrancis Rowe2014-12-231-9/+8
|
* ich9deblob: Replace makefile (use dependencies)Francis Rowe2014-12-231-0/+107
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.