Go to the documentation of this file.
6 #ifndef __FLEXCOP_COMMON_H__
7 #define __FLEXCOP_COMMON_H__
10 #include <linux/pci.h>
21 #define FC_MAX_FEED 256
24 #warning please define a log prefix for your file, using a default one
25 #define FC_LOG_PREFIX "b2c2-undef"
30 #define err(format, arg...) \
31 printk(KERN_ERR FC_LOG_PREFIX ": " format "\n" , ## arg)
33 #define info(format, arg...) \
34 printk(KERN_INFO FC_LOG_PREFIX ": " format "\n" , ## arg)
36 #define warn(format, arg...) \
37 printk(KERN_WARNING FC_LOG_PREFIX ": " format "\n" , ## arg)
64 #define FC_STATE_DVB_INIT 0x01
65 #define FC_STATE_I2C_INIT 0x02
66 #define FC_STATE_FE_INIT 0x04
154 int usb_wan,
int sramdma,
int maximumfill);
171 const char *
prefix,
const char *suffix);