lpc: Rename point_to_memory to lpc_map_memory

Change-Id: Iee32689e1c222a422aadf217d1fb0c817250de6b
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/lpc.h b/lpc.h
index bf7ffcb..4d792de 100644
--- a/lpc.h
+++ b/lpc.h
@@ -7,7 +7,7 @@
 int lpc_dev_init(struct mbox_context *context);
 void lpc_dev_free(struct mbox_context *context);
 int lpc_map_flash(struct mbox_context *context);
-int point_to_memory(struct mbox_context *context);
+int lpc_map_memory(struct mbox_context *context);
 int reset_lpc(struct mbox_context *context);
 
 #endif /* LPC_H */