Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/remoteproc.h>
#include <plat/mailbox.h>
#include <linux/platform_data/remoteproc-omap.h>
#include "omap_remoteproc.h"
#include "remoteproc_internal.h"
Go to the source code of this file.
Data Structures | |
struct | omap_rproc |
Functions | |
module_platform_driver (omap_rproc_driver) | |
MODULE_LICENSE ("GPL v2") | |
MODULE_DESCRIPTION ("OMAP Remote Processor control driver") | |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_platform_driver | ( | omap_rproc_driver | ) |