include: fix double include pre-processor guards

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko
2022-01-15 04:44:35 +02:00
committed by Alan Carvalho de Assis
parent 1adee3d657
commit 8d3bf05fd2
684 changed files with 2242 additions and 2252 deletions
+3 -3
View File
@@ -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 */