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/bridges.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 tools/cpu/nios2/bridges.h (limited to 'tools/cpu/nios2/bridges.h') diff --git a/tools/cpu/nios2/bridges.h b/tools/cpu/nios2/bridges.h deleted file mode 100644 index 7c2b85141b..0000000000 --- a/tools/cpu/nios2/bridges.h +++ /dev/null @@ -1,29 +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 __NIOS2GEN_BRIDGES_H -#define __NIOS2GEN_BRIDGES_H 1 - -typedef struct bus_bridge_pair -{ - char *mastered_by; - char *bridges_to; - struct bus_bridge_pair *next; -} -bus_bridge_pair; - -bus_bridge_pair *find_bridges(struct ptf *p); - -int is_bridged( - char *cpu_master, - char *dev_master, - bus_bridge_pair *bridges); - -#endif - - -- cgit v1.2.3