diff options
Diffstat (limited to 'util/lxbios/input_file.h')
-rw-r--r-- | util/lxbios/input_file.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/lxbios/input_file.h b/util/lxbios/input_file.h index eeb0a568cc..5d4764c08b 100644 --- a/util/lxbios/input_file.h +++ b/util/lxbios/input_file.h @@ -8,9 +8,9 @@ * UCRL-CODE-2003-012 * All rights reserved. * - * This file is part of lxbios, a utility for reading/writing coreboot + * This file is part of nvramtool, a utility for reading/writing coreboot * parameters and displaying information from the coreboot table. - * For details, see http://coreboot.org/Lxbios. + * For details, see http://coreboot.org/nvramtool. * * Please also read the file DISCLAIMER which is included in this software * distribution. @@ -29,8 +29,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. \*****************************************************************************/ -#ifndef LXBIOS_INPUT_FILE_H -#define LXBIOS_INPUT_FILE_H +#ifndef INPUT_FILE_H +#define INPUT_FILE_H #include "common.h" @@ -53,4 +53,4 @@ void do_cmos_writes (cmos_write_t *list); extern const char assignment_regex[]; -#endif /* LXBIOS_INPUT_FILE_H */ +#endif /* INPUT_FILE_H */ |