Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/string.h>
#include <asm/oplib.h>
#include <asm/idprom.h>
#include <asm/machines.h>
Go to the source code of this file.
Functions | |
EXPORT_SYMBOL (idprom) | |
void | sun3_get_model (unsigned char *model) |
void __init | idprom_init (void) |
Variables | |
struct idprom * | idprom |
EXPORT_SYMBOL | ( | idprom | ) |