/drivers/staging/westbridge/astoria/include/linux/westbridge/cyas_cplus_end.h
https://bitbucket.org/wisechild/galaxy-nexus · C++ Header · 11 lines · 3 code · 1 blank · 7 comment · 0 complexity · b81e7e971ba0f05491da77bd4627ebc8 MD5 · raw file
- /*
- * This file is included at the end of other include files.
- * It basically turns off the C++ specific code words that
- * insure this code is seen as C code even within
- * a C++ compiler.
- *
- */
- #ifdef __cplusplus
- }
- #endif