Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206776
b: refs/heads/master
c: b5e4772
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Jul 27, 2010
1 parent 78bbff0 commit 27ffc35
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 189 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: 286468210d83ce0ca1e37e346ed9f4457a161650
refs/heads/master: b5e47729043c9224b21ab3dc7c63e8a38dbb4923
10 changes: 5 additions & 5 deletions trunk/drivers/firewire/nosy-user.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#ifndef __nosy_user_h
#define __nosy_user_h

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

#define NOSY_IOC_GET_STATS _IOR('&', 0, struct nosy_stats)
#define NOSY_IOC_START _IO('&', 1)
#define NOSY_IOC_STOP _IO('&', 2)
#define NOSY_IOC_FILTER _IOW('&', 2, __u32)

struct nosy_stats {
__u32 total_packet_count;
__u32 lost_packet_count;
__u32 total_packet_count;
__u32 lost_packet_count;
};

/*
/*
* Format of packets returned from the kernel driver:
*
* quadlet with timestamp (microseconds)
Expand Down
Loading

0 comments on commit 27ffc35

Please sign in to comment.