summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/canmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/shared/include/canmux.h')
-rw-r--r--c/src/lib/libbsp/sparc/shared/include/canmux.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/include/canmux.h b/c/src/lib/libbsp/sparc/shared/include/canmux.h
deleted file mode 100644
index 02727f44c7..0000000000
--- a/c/src/lib/libbsp/sparc/shared/include/canmux.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Header file for RTEMS CAN_MUX driver
- *
- * COPYRIGHT (c) 2008.
- * Cobham Gaisler AB.
- *
- * 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 __CANMUX_H__
-#define __CANMUX_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/* Driver interface */
-int canmux_register(void);
-
-/* ioctl calls */
-#define CANMUX_IOC_BUSA_SATCAN 1
-#define CANMUX_IOC_BUSA_OCCAN1 2
-#define CANMUX_IOC_BUSB_SATCAN 3
-#define CANMUX_IOC_BUSB_OCCAN2 4
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __CANMUX_H__ */