summaryrefslogtreecommitdiffstats
path: root/drivers/staging/westbridge/astoria/include/linux/westbridge/cyas_cplus_start.h
blob: b879cefa9d6bb755e37d3ca85b732bad7a5e2b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * This file is included after all other headers files, but before any other
 * definitions in the file.  It basically insures that the definitions within
 * the file are seen as C defintions even when compiled by a C++ compiler.
 */

#ifdef __cplusplus

extern "C" {

#endif
OpenPOWER on IntegriCloud