summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/raspberrypi/include/mailbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/arm/raspberrypi/include/mailbox.h')
-rw-r--r--c/src/lib/libbsp/arm/raspberrypi/include/mailbox.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/c/src/lib/libbsp/arm/raspberrypi/include/mailbox.h b/c/src/lib/libbsp/arm/raspberrypi/include/mailbox.h
deleted file mode 100644
index e6cb0f8c27..0000000000
--- a/c/src/lib/libbsp/arm/raspberrypi/include/mailbox.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/**
- * @file
- *
- * @ingroup raspberrypi
- *
- * @brief mailbox support.
- */
-/*
- * Copyright (c) 2015 Yang Qiao
- *
- * 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 LIBBSP_ARM_RASPBERRYPI_MAILBOX_H
-#define LIBBSP_ARM_RASPBERRYPI_MAILBOX_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-extern unsigned int raspberrypi_mailbox_read(unsigned int channel);
-extern void raspberrypi_mailbox_write(unsigned int channel, unsigned int data);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* LIBBSP_ARM_RASPBERRYPI_MAILBOX_H */