Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ich9deblob: move x86compatibility.c and .h to /common | Francis Rowe | 2014-12-25 | 1 | -36/+0 |
| | |||||
* | ich9deblob: x86compatibility.c includes the .h file now | Francis Rowe | 2014-12-25 | 1 | -0/+3 |
| | |||||
* | ich9deblob: Replace makefile (use dependencies) | Francis Rowe | 2014-12-23 | 1 | -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. |