|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/platform_device.h>#include <asm/memblock.h>#include "control.h"#include "cm2xxx_3xxx.h"#include "prm2xxx_3xxx.h"#include <linux/platform_data/dsp-omap.h>Go to the source code of this file.
Functions | |
| void __init | omap_dsp_reserve_sdram_memblock (void) |
| module_init (omap_dsp_init) | |
| module_exit (omap_dsp_exit) | |
| MODULE_AUTHOR ("Hiroshi DOYU") | |
| MODULE_DESCRIPTION ("TI's OMAP DSP platform device registration") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Hiroshi DOYU" | ) |
| module_exit | ( | omap_dsp_exit | ) |
| module_init | ( | omap_dsp_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2