-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 197202 b: refs/heads/master c: 2434358 h: refs/heads/master v: v3
- Loading branch information
Greg Kroah-Hartman
committed
May 11, 2010
1 parent
bd4330e
commit 74c7b4c
Showing
3 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 22d114248be8907f965e68a1bfdcea3302cbc776 | ||
refs/heads/master: 2434358ac7ece40e6aa8cd705927c423caa718ec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
|
||
/* | ||
* various internal comedi functions | ||
*/ | ||
int do_rangeinfo_ioctl(struct comedi_device *dev, struct comedi_rangeinfo *arg); | ||
int insn_inval(struct comedi_device *dev, struct comedi_subdevice *s, | ||
struct comedi_insn *insn, unsigned int *data); | ||
int comedi_alloc_board_minor(struct device *hardware_device); | ||
void comedi_free_board_minor(unsigned minor); | ||
void comedi_reset_async_buf(struct comedi_async *async); |