summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/x86compatibility.h
Commit message (Collapse)AuthorAgeFilesLines
* ich9deblob: move x86compatibility.c and .h to /commonFrancis Rowe2014-12-251-36/+0
|
* ich9deblob: x86compatibility.c includes the .h file nowFrancis Rowe2014-12-251-0/+3
|
* ich9deblob: Replace makefile (use dependencies)Francis Rowe2014-12-231-0/+33
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.