From 46c2da693c209e1004e69abc7aea0752ef249940 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 6 Jun 2018 16:18:49 +0200 Subject: tools: Remove nios2gen All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, the this tool is RTEMS GPL licensed. If users of this tool still exist, they can reimplement the functionality using a BSD-style license and add it to the RTEMS tools. Close #3444. --- tools/cpu/nios2/output.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 tools/cpu/nios2/output.h (limited to 'tools/cpu/nios2/output.h') diff --git a/tools/cpu/nios2/output.h b/tools/cpu/nios2/output.h deleted file mode 100644 index 80a9bb0c28..0000000000 --- a/tools/cpu/nios2/output.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * 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.org/license/LICENSE. - */ - -#ifndef __OUTPUT_H -#define __OUTPUT_H 1 - -#include -#include -#include - -#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 - - -- cgit v1.2.3