diff options
author | Richard Braun <rbraun@sceen.net> | 2017-06-10 19:37:37 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-06-10 19:37:37 +0200 |
commit | 7cc26ce0a192814174b93dbb387a4ff69e341138 (patch) | |
tree | 013d658fc3ae42b3f4c0c56bd71a3c738bfdabb9 /kern/arg.h | |
parent | 52632a67f662dc0930984755ebb20d1b9d0195fc (diff) |
x86/boot: log version and arguments early
Diffstat (limited to 'kern/arg.h')
-rw-r--r-- | kern/arg.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,9 +35,9 @@ void arg_setup(const char *cmdline); /* - * Display command line information. + * Log command line information. */ -void arg_info(void); +void arg_log_info(void); /* * Return true if an argument with the given name is present in the |