omap3530/beagle_drivers/wb/api/include/cyas_cplus_start.h
changeset 27 117faf51deac
equal deleted inserted replaced
26:b7e488c49d0d 27:117faf51deac
       
     1 /*
       
     2  * This file is included after all other headers files, but before any other
       
     3  * definitions in the file.  It basically insures that the definitions within
       
     4  * the file are seen as C defintions even when compiled by a C++ compiler.
       
     5  */
       
     6 
       
     7 #ifdef __cplusplus
       
     8 
       
     9 extern "C" {
       
    10 
       
    11 #endif