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
+5
View File
@@ -68,5 +68,10 @@ extern "C"
* Public Function Prototypes
****************************************************************************/
#undef EXTERN
#ifdef __cplusplus
}
#endif
#endif /* CONFIG_NET_LOOPBACK */
#endif /* __NET_LOOPBACK_LOOBACK_H */