Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104770
b: refs/heads/master
c: 6d8333c
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Jul 22, 2008
1 parent 177eae0 commit 3db6855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4d80d59437247075029534adec8d69fce2cfb87a
refs/heads/master: 6d8333c24d41637f0f847f6e17032189dae08c02
6 changes: 3 additions & 3 deletions trunk/include/linux/uio_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct uio_mem {
struct uio_map *map;
};

#define MAX_UIO_MAPS 5
#define MAX_UIO_MAPS 5

struct uio_device;

Expand Down Expand Up @@ -82,11 +82,11 @@ static inline int __must_check
extern void uio_unregister_device(struct uio_info *info);
extern void uio_event_notify(struct uio_info *info);

/* defines for uio_device->irq */
/* defines for uio_info->irq */
#define UIO_IRQ_CUSTOM -1
#define UIO_IRQ_NONE -2

/* defines for uio_device->memtype */
/* defines for uio_mem->memtype */
#define UIO_MEM_NONE 0
#define UIO_MEM_PHYS 1
#define UIO_MEM_LOGICAL 2
Expand Down

0 comments on commit 3db6855

Please sign in to comment.