added _cplusplus extern wrapper

This commit is contained in:
hathach
2012-11-27 15:35:57 +07:00
parent 06c16ae03f
commit 829c8672bb
12 changed files with 103 additions and 3 deletions

View File

@@ -38,8 +38,16 @@
#ifndef _TUSB_COMMON_H_
#define _TUSB_COMMON_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "arch/arch.h"
#include "compiler/compiler.h"
#include "errors.h"
#ifdef __cplusplus
}
#endif
#endif /* _TUSB_COMMON_H_ */