summaryrefslogtreecommitdiff
path: root/drivers/staging/tidspbridge/include/dspbridge/io.h
diff options
context:
space:
mode:
authorArmando Uribe <x0095078@ti.com>2010-12-17 07:18:33 (GMT)
committerOmar Ramirez Luna <omar.ramirez@ti.com>2011-02-05 02:12:02 (GMT)
commit157bc26dacc2f30ee64fc7eea2babbdc65052803 (patch)
tree314c7b05481ad0d5494b5dcbb9b4d79aa53d2702 /drivers/staging/tidspbridge/include/dspbridge/io.h
parent77927240749e7248fd637c5dadb6893f6b0381ab (diff)
downloadlinux-fsl-qoriq-157bc26dacc2f30ee64fc7eea2babbdc65052803.tar.xz
staging: tidspbridge: Remove trivial header files
Remove the header files that contains few declarations and can be merged onto more generic headers. Signed-off-by: Armando Uribe <x0095078@ti.com> Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/io.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/io.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/io.h b/drivers/staging/tidspbridge/include/dspbridge/io.h
index da4683c..9615980 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/io.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/io.h
@@ -22,7 +22,18 @@
#include <dspbridge/cfgdefs.h>
#include <dspbridge/devdefs.h>
-#include <dspbridge/iodefs.h>
+/* IO Objects: */
+struct io_mgr;
+
+/* IO manager attributes: */
+struct io_attrs {
+ u8 birq; /* Channel's I/O IRQ number. */
+ bool irq_shared; /* TRUE if the IRQ is shareable. */
+ u32 word_size; /* DSP Word size. */
+ u32 shm_base; /* Physical base address of shared memory. */
+ u32 usm_length; /* Size (in bytes) of shared memory. */
+};
+
/*
* ======== io_create ========