Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90233
b: refs/heads/master
c: 8a214c1
h: refs/heads/master
i:
  90231: 796e315
v: v3
  • Loading branch information
Magnus Damm authored and Jeff Garzik committed Mar 17, 2008
1 parent bb20f21 commit 8c10ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e94794355724f77dc6cbb5ad956f7c72d8313a4
refs/heads/master: 8a214c125a06e974b6fba7c38fb06297ab449d3a
2 changes: 2 additions & 0 deletions trunk/drivers/net/smc91x.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@ static inline void LPD7_SMC_outsw (unsigned char* a, int r,
#define SMC_outb(v, a, r) writeb(v, (a) + (r))
#define SMC_outw(v, a, r) writew(v, (a) + (r))
#define SMC_outl(v, a, r) writel(v, (a) + (r))
#define SMC_insw(a, r, p, l) readsw((a) + (r), p, l)
#define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l)
#define SMC_insl(a, r, p, l) readsl((a) + (r), p, l)
#define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l)

Expand Down

0 comments on commit 8c10ada

Please sign in to comment.