some coverity fixes.
[minix.git] / drivers / dp8390 / rtl8029.h
blob0e6554a7da1e73fdd9de461fc66731098c1c696d
1 /*
2 rtl8029.h
4 Created: Sep 2003 by Philip Homburg <philip@f-mnx.phicoh.com>
5 */
7 /* Bits in dp_cr */
8 #define CR_PS_P3 0xC0 /* Register Page 3 */
10 #define inb_reg3(dep, reg) (inb (dep->de_dp8390_port+reg))
11 #define outb_reg3(dep, reg, data) (outb(dep->de_dp8390_port+reg, data))
14 * $PchId: rtl8029.h,v 1.3 2004/08/03 15:11:06 philip Exp $