summaryrefslogtreecommitdiff
path: root/com32/include/syslinux/movebits.h
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-07-15 17:31:48 +0100
committerMatt Fleming <matt.fleming@intel.com>2013-07-17 18:10:42 +0100
commit6252212849d945450310248b656dfb6f13f5de48 (patch)
tree3b52d346e2020fa9106d705ef2e2e33085bed4b1 /com32/include/syslinux/movebits.h
parent93e143290383556345586cc23c01fd17ba334aff (diff)
downloadsyslinux-6252212849d945450310248b656dfb6f13f5de48.tar.gz
zonelist: rename syslinux_memmap_find()...
to syslinux_memmap_find_type(), which more accurately reflects its function and frees up the old name for another use. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'com32/include/syslinux/movebits.h')
-rw-r--r--com32/include/syslinux/movebits.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/com32/include/syslinux/movebits.h b/com32/include/syslinux/movebits.h
index 8bcdf3ed..5023accb 100644
--- a/com32/include/syslinux/movebits.h
+++ b/com32/include/syslinux/movebits.h
@@ -78,9 +78,9 @@ int syslinux_memmap_largest(struct syslinux_memmap *list,
addr_t * start, addr_t * len);
void syslinux_free_memmap(struct syslinux_memmap *list);
struct syslinux_memmap *syslinux_dup_memmap(struct syslinux_memmap *list);
-int syslinux_memmap_find(struct syslinux_memmap *list,
- enum syslinux_memmap_types type,
- addr_t * start, addr_t * len, addr_t align);
+int syslinux_memmap_find_type(struct syslinux_memmap *list,
+ enum syslinux_memmap_types type,
+ addr_t * start, addr_t * len, addr_t align);
/* Debugging functions */
#ifdef DEBUG