summaryrefslogtreecommitdiffstats
path: root/tools/cpu/nios2/linkcmds.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/cpu/nios2/linkcmds.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/cpu/nios2/linkcmds.h b/tools/cpu/nios2/linkcmds.h
new file mode 100644
index 0000000000..d2686d5e8e
--- /dev/null
+++ b/tools/cpu/nios2/linkcmds.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (c) 2006 Kolja Waschk rtemsdev/ixo.de
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
+ */
+
+#ifndef __LINKCMDS_H
+#define __LINKCMDS_H 1
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+#include "ptf.h"
+#include "devices.h"
+
+void fwrite_linkcmds_file(FILE *file, struct ptf *cfg, struct ptf *cpu, device_desc *devices, memory_desc *memory);
+
+#endif
+
+