add some header files
This commit is contained in:
parent
060f1a1d28
commit
e6481709b4
4 changed files with 55 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef _COMMON_H_
|
||||
#define _COMMON_H_
|
||||
|
||||
void OSReport(const char * format, ...);
|
||||
#include "types.h"
|
||||
#include "common_structs.h"
|
||||
#include "functions.h"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue