Changeset cec508da in rtems
- Timestamp:
- 07/06/05 18:06:18 (18 years ago)
- Children:
- 28e7d30f
- Parents:
- 73ca21f
- Location:
- cpukit/libblock
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libblock/ChangeLog
r73ca21f rcec508da 1 2005-07-06 <ralf.corsepius@rtems.org> 2 3 PR 810/rtems 4 * include/rtems/ide_part_table.h: Add C++ guards. 5 1 6 2003-09-04 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/libblock/include/rtems/ide_part_table.h
r73ca21f rcec508da 146 146 } disk_desc_t; 147 147 148 #ifdef __cplusplus 149 extern "C" { 150 #endif 148 151 149 152 /* … … 190 193 rtems_ide_part_table_initialize(char *dev_name); 191 194 195 #ifdef __cplusplus 196 } 197 #endif 192 198 193 #endif /* _ _RTEMS_IDE_PART_TABLE_H__*/199 #endif /* _RTEMS_IDE_PART_TABLE_H */
Note: See TracChangeset
for help on using the changeset viewer.