mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/****************************************************************************
|
||||
* include/nuttx/fs/ramdisk.h
|
||||
* include/nuttx/drivers/ramdisk.h
|
||||
*
|
||||
* Copyright (C) 2008-2009, 2012-2013, 2015 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2008-2009, 2012-2013, 2015-2016 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_FS_RAMDISK_H
|
||||
#define __INCLUDE_NUTTX_FS_RAMDISK_H
|
||||
#ifndef __INCLUDE_NUTTX_DRIVERS_RAMDISK_H
|
||||
#define __INCLUDE_NUTTX_DRIVERS_RAMDISK_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -105,4 +105,4 @@ int romdisk_register(int minor, FAR const uint8_t *buffer, uint32_t nsectors,
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __INCLUDE_NUTTX_FS_RAMDISK_H */
|
||||
#endif /* __INCLUDE_NUTTX_DRIVERS_RAMDISK_H */
|
||||
Reference in New Issue
Block a user