PageRenderTime 14ms CodeModel.GetById 9ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
 1/*
 2 * This file is included at the end of other include files.
 3 * It basically turns off the C++ specific code words that
 4 * insure this code is seen as C code even within
 5 * a C++ compiler.
 6 *
 7 */
 8
 9#ifdef __cplusplus
10}
11#endif