summaryrefslogtreecommitdiffstats
path: root/drivers/staging/westbridge/astoria/include/linux/westbridge/cyas_cplus_end.h
blob: ece44ca34f3b2a6e550e50e2633206fbbdd422d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * 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
OpenPOWER on IntegriCloud