|
Linux Kernel
3.7.1
|
#include <linux/vmalloc.h>#include <linux/module.h>#include <linux/fs.h>#include <linux/mm.h>#include <linux/sched.h>#include <asm/uaccess.h>#include "oss/sound_firmware.h"Go to the source code of this file.
Functions | |
| int | mod_firmware_load (const char *fn, char **fp) |
| EXPORT_SYMBOL (mod_firmware_load) | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL | ( | mod_firmware_load | ) |
Definition at line 66 of file sound_firmware.c.
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2