Fix a number of header files with mismatched 'extern C {' and '}'

This commit is contained in:
Gregory Nutt
2016-11-05 07:25:05 -06:00
parent 8bd8ab1a45
commit b0dffdc2ca
13 changed files with 61 additions and 27 deletions
+9
View File
@@ -51,6 +51,15 @@
* Public Function Prototypes
****************************************************************************/
#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C"
{
#else
#define EXTERN extern
#endif
/****************************************************************************
* Name: usbhost_composite
*