summaryrefslogtreecommitdiffstats
path: root/ui/common
diff options
context:
space:
mode:
Diffstat (limited to 'ui/common')
-rw-r--r--ui/common/ui-system.c4
-rw-r--r--ui/common/ui-system.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/ui/common/ui-system.c b/ui/common/ui-system.c
index a828e2e..157c6db 100644
--- a/ui/common/ui-system.c
+++ b/ui/common/ui-system.c
@@ -142,10 +142,10 @@ static int kexec_reboot(int dry_run)
}
/**
- * pb_run_kexec - Run kexec with the supplied boot options.
+ * pb_boot - Run kexec with the supplied boot options.
*/
-int pb_run_kexec(const struct pb_boot_data *bd, int dry_run)
+int pb_boot(const struct pb_boot_data *bd, int dry_run)
{
int result;
char *l_image = NULL;
diff --git a/ui/common/ui-system.h b/ui/common/ui-system.h
index 82f630e..bf4f4e9 100644
--- a/ui/common/ui-system.h
+++ b/ui/common/ui-system.h
@@ -33,7 +33,7 @@ struct pb_boot_data {
char *args;
};
-int pb_run_kexec(const struct pb_boot_data *bd, int dry_run);
+int pb_boot(const struct pb_boot_data *bd, int dry_run);
int pb_start_daemon(void);
unsigned int pb_elf_hash(const char *str);
OpenPOWER on IntegriCloud