forgot a file
authorMatthias Braun <matze@braunis.de>
Thu, 21 Dec 2006 14:55:19 +0000 (14:55 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 21 Dec 2006 14:55:19 +0000 (14:55 +0000)
ir/be/bemodule_t.h [new file with mode: 0644]

diff --git a/ir/be/bemodule_t.h b/ir/be/bemodule_t.h
new file mode 100644 (file)
index 0000000..c97f992
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * Author:      Matthias Braun
+ * Date:               11.12.2006
+ * Copyright:   (c) Universitaet Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
+#ifndef BEMODULE_T_H_
+#define BEMODULE_T_H_
+
+#include "bemodule.h"
+
+struct be_module_list_entry_t {
+       const char *name;
+       void *data;
+       struct be_module_list_entry_t *next;
+};
+
+#endif