diff options
Diffstat (limited to 'atombios_types.h')
-rw-r--r-- | atombios_types.h | 10 |
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;
|