Ticket #810: ide_part_table.h.diff

File ide_part_table.h.diff, 596 bytes (added by loki_666, on 12/03/06 at 13:31:13)

ide_part_table.h.diff

  • /tmp/patch/ide_part_table.h

    old new  
    3939#include <rtems/bdbuf.h>
    4040#include <rtems/seterr.h>
    4141
     42#ifdef __cplusplus
     43extern "C" {
     44#endif
     45
    4246/* Minor base number for all logical devices */
    4347#define RTEMS_IDE_SECTOR_BITS                             9
    4448#define RTEMS_IDE_SECTOR_SIZE                             512
     
    189193rtems_status_code
    190194rtems_ide_part_table_initialize(char *dev_name);
    191195
     196#ifdef __cplusplus
     197}
     198#endif
    192199
    193200#endif /* __RTEMS_IDE_PART_TABLE_H__ */