#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <plat/mailbox.h>
Go to the source code of this file.
| #define MAILBOX_ARM2DSP1 0x00 |
| #define MAILBOX_ARM2DSP1_Flag 0x18 |
| #define MAILBOX_ARM2DSP1b 0x04 |
| #define MAILBOX_DSP2ARM1 0x08 |
| #define MAILBOX_DSP2ARM1_Flag 0x1c |
| #define MAILBOX_DSP2ARM1b 0x0c |
| #define MAILBOX_DSP2ARM2 0x10 |
| #define MAILBOX_DSP2ARM2_Flag 0x20 |
| #define MAILBOX_DSP2ARM2b 0x14 |
| MODULE_ALIAS |
( |
"platform:omap1-mailbox" |
| ) |
|
| MODULE_DESCRIPTION |
( |
"omap mailbox: omap1 architecture specific functions" |
| ) |
|
| module_exit |
( |
omap1_mbox_exit |
| ) |
|
| module_init |
( |
omap1_mbox_init |
| ) |
|
| MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|