mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
include: fix double include pre-processor guards
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
1adee3d657
commit
8d3bf05fd2
+3
-3
@@ -18,8 +18,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __FS_MMAP_RAMMAP_H
|
||||
#define __FS_MMAP_RAMMAP_H
|
||||
#ifndef __FS_MMAP_FS_RAMMAP_H
|
||||
#define __FS_MMAP_FS_RAMMAP_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -111,4 +111,4 @@ int rammap(FAR struct file *filep, size_t length,
|
||||
off_t offset, bool kernel, FAR void **mapped);
|
||||
|
||||
#endif /* CONFIG_FS_RAMMAP */
|
||||
#endif /* __FS_MMAP_RAMMAP_H */
|
||||
#endif /* __FS_MMAP_FS_RAMMAP_H */
|
||||
|
||||
Reference in New Issue
Block a user