Two more header files missing extern "C" construct

Robert S. Grimes rsg at alum.mit.edu
Wed Jul 25 14:04:14 UTC 2007


Hi,

I found two more files that are missing the C++ extern "C" construct:

    #ifdef __cplusplus
    extern "C" {
    #endif

    <definitions>

    #ifdef __cplusplus
    }
    #endif

The affected files are in /cpukit/include/rtems:

    bspIo.h
    pci.h

Thanks,
-Bob




More information about the users mailing list