summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/include/at697_pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon2/include/at697_pci.h')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/include/at697_pci.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/include/at697_pci.h b/c/src/lib/libbsp/sparc/leon2/include/at697_pci.h
deleted file mode 100644
index 9a511ec6f9..0000000000
--- a/c/src/lib/libbsp/sparc/leon2/include/at697_pci.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* AT697 PCI host bridge driver
- *
- * COPYRIGHT (c) 2015.
- * Cobham Gaisler.
- *
- * The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- *
- */
-
-#ifndef __AT697PCI_H__
-#define __AT697PCI_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* Register AT697 PCI host bridge driver to Driver Manager */
-void at697pci_register_drv(void);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif