Rename microkernel/mmap.h to memory_map.h
Now spells out the name of the associated microkernel object in full. Change-Id: Ibe1de0dca3488a2a38b620ff0e74e253d8da8d35 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
4f4a8170ee
commit
d261ad0fb6
2 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
#include <microkernel/task.h>
|
||||
#include <microkernel/ticks.h>
|
||||
#include <microkernel/mmap.h>
|
||||
#include <microkernel/memory_map.h>
|
||||
#include <microkernel/mutex.h>
|
||||
#include <microkernel/mailbox.h>
|
||||
#include <microkernel/fifo.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* microkernel/mmap.h */
|
||||
/* microkernel/memory_map.h */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997-2012, 2014 Wind River Systems, Inc.
|
||||
|
@ -30,8 +30,8 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef MMAP_H
|
||||
#define MMAP_H
|
||||
#ifndef _MEMORY_MAP_H
|
||||
#define _MEMORY_MAP_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -53,4 +53,4 @@ extern void _task_mem_map_free(kmemory_map_t mmap, void **mptr);
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* MMAP_H */
|
||||
#endif /* _MEMORY_MAP_H */
|
Loading…
Add table
Add a link
Reference in a new issue