omap3530/beagle_drivers/wb/api/include/cyas_cplus_end.h
changeset 27 117faf51deac
equal deleted inserted replaced
26:b7e488c49d0d 27:117faf51deac
       
     1 /*
       
     2  * This file is included at the end of other include files.  It basically turns off
       
     3  * the C++ specific code words that insure this code is seen as C code even within
       
     4  * a C++ compiler.
       
     5  *
       
     6  */
       
     7 
       
     8 #ifdef __cplusplus
       
     9 }
       
    10 #endif