Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 167 → Rev 168

/shark/trunk/drivers/linuxc24/include/linux/compatib.h
60,7 → 60,7
#define inb(p) inp(p)
#define inw(p) inpw(p)
#define inl(p) inpd(p)
#define malloc(a) kern_alloc(a)
#define malloc(a) malloc(a)
 
#define mark_bh(NET_BH) /* Don't use soft int emulation... */