summaryrefslogtreecommitdiff
path: root/util/lxbios/cmos_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/lxbios/cmos_ops.h')
-rw-r--r--util/lxbios/cmos_ops.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/util/lxbios/cmos_ops.h b/util/lxbios/cmos_ops.h
index bebd01178e..ea74333682 100644
--- a/util/lxbios/cmos_ops.h
+++ b/util/lxbios/cmos_ops.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_CMOS_OPS_H
-#define LXBIOS_CMOS_OPS_H
+#ifndef CMOS_OPS_H
+#define CMOS_OPS_H
#include "common.h"
#include "layout.h"
@@ -50,4 +50,4 @@ void cmos_checksum_write (uint16_t checksum);
uint16_t cmos_checksum_compute (void);
void cmos_checksum_verify (void);
-#endif /* LXBIOS_CMOS_OPS_H */
+#endif /* CMOS_OPS_H */