Linux Kernel
3.7.1
|
#include <asm/errno.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/i2c.h>
#include "ttpci-eeprom.h"
Go to the source code of this file.
Macros | |
#define | dprintk(x...) do { printk(x); } while (0) |
Functions | |
int | ttpci_eeprom_decode_mac (u8 *decodedMAC, u8 *encodedMAC) |
EXPORT_SYMBOL (ttpci_eeprom_decode_mac) | |
int | ttpci_eeprom_parse_mac (struct i2c_adapter *adapter, u8 *proposed_mac) |
EXPORT_SYMBOL (ttpci_eeprom_parse_mac) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Ralph Metzler, Marcus Metzler, others") | |
MODULE_DESCRIPTION ("Decode dvb_net MAC address from EEPROM of PCI DVB cards ""made by Siemens, Technotrend, Hauppauge") | |
Definition at line 43 of file ttpci-eeprom.c.
EXPORT_SYMBOL | ( | ttpci_eeprom_decode_mac | ) |
EXPORT_SYMBOL | ( | ttpci_eeprom_parse_mac | ) |
MODULE_AUTHOR | ( | "Ralph | Metzler, |
Marcus | Metzler, | ||
others" | |||
) |
MODULE_DESCRIPTION | ( | "Decode dvb_net MAC address from EEPROM of PCI DVB cards ""made by | Siemens, |
Technotrend | , | ||
Hauppauge" | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 88 of file ttpci-eeprom.c.
int ttpci_eeprom_parse_mac | ( | struct i2c_adapter * | adapter, |
u8 * | proposed_mac | ||
) |
Definition at line 138 of file ttpci-eeprom.c.