Ignore:
Timestamp:
Oct 28, 2011, 2:04:25 AM (14 years ago)
Author:
dmik
Message:

Extern "C".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/_ras.h

    r21739 r21755  
    1414
    1515#ifdef RAS
     16
     17#ifdef __cplusplus
     18extern "C" {
     19#endif
    1620
    1721/* The RAS subsystem initialization/deinitialization */
     
    241245              );
    242246
     247#ifdef __cplusplus
     248} // extern "C"
     249#endif
    243250
    244251/* RAS entries that are passed to plugin to use
Note: See TracChangeset for help on using the changeset viewer.