forked from Imagelibrary/rtems
dosfs: Include <rtems/dosfs.h>
Prepare for header file move to common include directory. Update #3254.
This commit is contained in:
@@ -34,11 +34,11 @@
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <rtems/libio_.h>
|
||||
#include <rtems/dosfs.h>
|
||||
|
||||
#include "fat.h"
|
||||
#include "fat_fat_operations.h"
|
||||
#include "msdos.h"
|
||||
#include "dosfs.h"
|
||||
|
||||
#define ONE_GB (1024L * 1024L * 1024L)
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#endif
|
||||
|
||||
#include <rtems/libio_.h>
|
||||
#include "dosfs.h"
|
||||
#include <rtems/dosfs.h>
|
||||
#include "msdos.h"
|
||||
|
||||
static int msdos_clone_node_info(rtems_filesystem_location_info_t *loc)
|
||||
|
||||
Reference in New Issue
Block a user