Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304500
b: refs/heads/master
c: 37859f8
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 30, 2012
1 parent 58a00a1 commit 52b8916
Show file tree
Hide file tree
Showing 2 changed files with 6 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: d9a861d55e0cf60829956d7c6e18b7de0b02ab92
refs/heads/master: 37859f8893c00fe4baa95f61ba560b9990f59484
5 changes: 5 additions & 0 deletions trunk/drivers/staging/comedi/comedidev.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ struct comedi_device {
void (*close) (struct comedi_device *dev);
};

static inline const void *comedi_board(struct comedi_device *dev)
{
return dev->board_ptr;
}

struct comedi_device_file_info {
struct comedi_device *device;
struct comedi_subdevice *read_subdevice;
Expand Down

0 comments on commit 52b8916

Please sign in to comment.