summaryrefslogtreecommitdiff
path: root/atombios_types.h
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2007-07-27 15:25:15 +0200
committerMatthias Hopf <mhopf@suse.de>2007-07-27 15:25:15 +0200
commit451e8f435c6fbdd7a7063abe2ed354f923aae8d2 (patch)
tree85ad06fe9162eb0a49a410a662b9604e16a8bedf /atombios_types.h
parent99ffc219497636dc6b77e6887697b57a49488d97 (diff)
Cleanup.
Added copyright. Added few more (misspelled) data dumpers. Added options to main parser. Parser allows multiple actions now.
Diffstat (limited to 'atombios_types.h')
-rw-r--r--atombios_types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/atombios_types.h b/atombios_types.h
index 85ba091..6059350 100644
--- a/atombios_types.h
+++ b/atombios_types.h
@@ -1,3 +1,13 @@
+/*
+ * Copyright 2007 Matthias Hopf <mhopf@suse.de>
+ *
+ * AtomBIOS disassembler + data structure dumper
+ *
+ * Types needed for atombios.h.
+ *
+ * License: to be determined
+ */
+
#include <stdint.h>
typedef uint8_t BOOLEAN;