Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161927
b: refs/heads/master
c: 1d80766
h: refs/heads/master
i:
  161925: 0535ffc
  161923: cbfd247
  161919: aade480
v: v3
  • Loading branch information
Steven A. Falco authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 3f746e0 commit d0bd5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0779327d25bc74a50b23136e278dba24c628741
refs/heads/master: 1d80766554322236aee50d6023693b3210b9cf38
4 changes: 2 additions & 2 deletions trunk/include/pcmcia/ss.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ typedef struct pccard_io_map {
u_char map;
u_char flags;
u_short speed;
u_int start, stop;
phys_addr_t start, stop;
} pccard_io_map;

typedef struct pccard_mem_map {
u_char map;
u_char flags;
u_short speed;
u_long static_start;
phys_addr_t static_start;
u_int card_start;
struct resource *res;
} pccard_mem_map;
Expand Down

0 comments on commit d0bd5b0

Please sign in to comment.