summaryrefslogtreecommitdiffstats
path: root/tools/cpu/nios2/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/nios2/output.h')
-rw-r--r--tools/cpu/nios2/output.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/cpu/nios2/output.h b/tools/cpu/nios2/output.h
new file mode 100644
index 0000000000..ad36629bf8
--- /dev/null
+++ b/tools/cpu/nios2/output.h
@@ -0,0 +1,27 @@
+/*
+ * 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 __OUTPUT_H
+#define __OUTPUT_H 1
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+#include "ptf.h"
+#include "clocks.h"
+#include "devices.h"
+
+void fwrite_value(struct ptf_item *pi, void *arg);
+void fwrite_header_file(FILE *file, struct ptf *cfg, device_desc *devices, clock_desc *clocks);
+
+#endif
+
+