initial docker support on x86

This commit is contained in:
David
2019-05-28 14:27:57 +10:00
commit 7a6b39bf18
23 changed files with 1403 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef ___TOOLS_H
#define ___TOOLS_H
#define LOG_FILE "/dev/null"
void lprintf(const char *format, ...);
int print_help();
#endif // ___TOOLS_H