Changes between Version 3 and Version 4 of TBR/UserManual/Using_the_RTEMS_DOS_File_System


Ignore:
Timestamp:
09/12/08 12:18:18 (16 years ago)
Author:
ChrisJohns
Comment:

/* ATA Disk */

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserManual/Using_the_RTEMS_DOS_File_System

    v3 v4  
    6666 
    6767 rtems_status_code sc;
    68 
     68 
    6969 /*
    7070  * Register the IDE Disk driver.
     
    9292 #include <rtems/dosfs.h>
    9393 #include <rtems/fsmount.h>
    94 
     94 
    9595 rtems_filesystem_mount_table_entry_t* mt_entry;
    9696