Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281001
b: refs/heads/master
c: 65d5ff8
h: refs/heads/master
i:
  280999: f1c445c
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Greg Kroah-Hartman committed Nov 27, 2011
1 parent cb56d11 commit 26aa7d5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: af5046af1c812839f085030f358a01814666fc80
refs/heads/master: 65d5ff8d519bb9f994f9376a56816d992a5b53ab
5 changes: 3 additions & 2 deletions trunk/drivers/staging/iio/events.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#define _IIO_EVENTS_H_

#include <linux/ioctl.h>
#include <linux/types.h>
#include "types.h"

/**
Expand All @@ -19,8 +20,8 @@
* the interrupt handler)
*/
struct iio_event_data {
u64 id;
s64 timestamp;
__u64 id;
__s64 timestamp;
};

#define IIO_GET_EVENT_FD_IOCTL _IOR('i', 0x90, int)
Expand Down

0 comments on commit 26aa7d5

Please sign in to comment.