lpc: Rename reset_lpc to lpc_reset

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