Changeset cec508da in rtems


Ignore:
Timestamp:
07/06/05 18:06:18 (18 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
28e7d30f
Parents:
73ca21f
Message:

2005-07-06 <ralf.corsepius@…>

PR 810/rtems

  • include/rtems/ide_part_table.h: Add C++ guards.
Location:
cpukit/libblock
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libblock/ChangeLog

    r73ca21f rcec508da  
     12005-07-06      <ralf.corsepius@rtems.org>
     2
     3        PR 810/rtems
     4        * include/rtems/ide_part_table.h: Add C++ guards.
     5
    162003-09-04      Joel Sherrill <joel@OARcorp.com>
    27
  • cpukit/libblock/include/rtems/ide_part_table.h

    r73ca21f rcec508da  
    146146} disk_desc_t;
    147147
     148#ifdef __cplusplus
     149extern "C" {
     150#endif
    148151
    149152/*
     
    190193rtems_ide_part_table_initialize(char *dev_name);
    191194
     195#ifdef __cplusplus
     196}
     197#endif
    192198
    193 #endif /* __RTEMS_IDE_PART_TABLE_H__ */
     199#endif /* _RTEMS_IDE_PART_TABLE_H */
Note: See TracChangeset for help on using the changeset viewer.