/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

  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. #ifdef __cplusplus
  9. }
  10. #endif