summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2010-04-06 18:08:11 +0200
committerMatthias Hopf <mhopf@suse.de>2010-04-06 18:08:11 +0200
commitb56bcf9388c9a784a296a2f0951cbed60f9de39c (patch)
tree0b829a1d21fe003fab268c3491fed0cdc24ef60d
parentebdc8d580a1c63e857b10c172b926f9c580905f8 (diff)
Nuke CRs in atombios header files.
-rw-r--r--atombios_consts.h40
-rw-r--r--atombios_types.h48
2 files changed, 44 insertions, 44 deletions
diff --git a/atombios_consts.h b/atombios_consts.h
index bc0c265..dfb5660 100644
--- a/atombios_consts.h
+++ b/atombios_consts.h
@@ -1,20 +1,20 @@
-/*
- * Copyright 2007 Matthias Hopf <mhopf@suse.de>
- *
- * AtomBIOS disassembler + data structure dumper
- *
- * atombios_consts.h:
- * Constants not defined in atombios.h.
- *
- * License: GPL Version 2.0
- */
-
-#ifndef ATOMBIOS_CONSTS_H_
-#define ATOMBIOS_CONSTS_H_
-
-enum { WS_QUOTIENT = 0x40, WS_PRODUCT_LOW32 = WS_QUOTIENT,
- WS_REMINDER, WS_PRODUCT_HI32_XXX = WS_REMINDER,
- WS_DATAPTR, WS_SHIFT, WS_OR_MASK, WS_AND_MASK, WS_FB_WINDOW,
- WS_ATTRIBUTES, WS_REGPTR } ;
-
-#endif
+/*
+ * Copyright 2007 Matthias Hopf <mhopf@suse.de>
+ *
+ * AtomBIOS disassembler + data structure dumper
+ *
+ * atombios_consts.h:
+ * Constants not defined in atombios.h.
+ *
+ * License: GPL Version 2.0
+ */
+
+#ifndef ATOMBIOS_CONSTS_H_
+#define ATOMBIOS_CONSTS_H_
+
+enum { WS_QUOTIENT = 0x40, WS_PRODUCT_LOW32 = WS_QUOTIENT,
+ WS_REMINDER, WS_PRODUCT_HI32_XXX = WS_REMINDER,
+ WS_DATAPTR, WS_SHIFT, WS_OR_MASK, WS_AND_MASK, WS_FB_WINDOW,
+ WS_ATTRIBUTES, WS_REGPTR } ;
+
+#endif
diff --git a/atombios_types.h b/atombios_types.h
index aa6eeca..f2ab14c 100644
--- a/atombios_types.h
+++ b/atombios_types.h
@@ -1,24 +1,24 @@
-/*
- * Copyright 2007 Matthias Hopf <mhopf@suse.de>
- *
- * AtomBIOS disassembler + data structure dumper
- *
- * Types needed for atombios.h.
- *
- * License: GPL Version 2.0
- */
-
-#include <stdint.h>
-
-typedef uint8_t BOOLEAN;
-typedef int8_t INT8;
-typedef uint8_t UINT8;
-typedef int16_t INT16;
-typedef uint16_t UINT16;
-typedef int32_t INT32;
-typedef uint32_t UINT32;
-typedef uint8_t CHAR8;
-typedef uint16_t CHAR16;
-typedef uint16_t USHORT;
-typedef uint8_t UCHAR;
-typedef uint32_t ULONG;
+/*
+ * Copyright 2007 Matthias Hopf <mhopf@suse.de>
+ *
+ * AtomBIOS disassembler + data structure dumper
+ *
+ * Types needed for atombios.h.
+ *
+ * License: GPL Version 2.0
+ */
+
+#include <stdint.h>
+
+typedef uint8_t BOOLEAN;
+typedef int8_t INT8;
+typedef uint8_t UINT8;
+typedef int16_t INT16;
+typedef uint16_t UINT16;
+typedef int32_t INT32;
+typedef uint32_t UINT32;
+typedef uint8_t CHAR8;
+typedef uint16_t CHAR16;
+typedef uint16_t USHORT;
+typedef uint8_t UCHAR;
+typedef uint32_t ULONG;