Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329937
b: refs/heads/master
c: c04a9cb
h: refs/heads/master
i:
  329935: a8f1797
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Sep 11, 2012
1 parent d29a08d commit 6b17022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 72dcb1197228b50bfb709ba97c2d53013c605868
refs/heads/master: c04a9cb813f124abcfad50f93b101ceaee8f3b9f
2 changes: 1 addition & 1 deletion trunk/include/linux/ioport.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct resource {
#define IORESOURCE_BITS 0x000000ff /* Bus-specific bits */

#define IORESOURCE_TYPE_BITS 0x00001f00 /* Resource type */
#define IORESOURCE_IO 0x00000100
#define IORESOURCE_IO 0x00000100 /* PCI/ISA I/O ports */
#define IORESOURCE_MEM 0x00000200
#define IORESOURCE_REG 0x00000300 /* Register offsets */
#define IORESOURCE_IRQ 0x00000400
Expand Down

0 comments on commit 6b17022

Please sign in to comment.