aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/nosy-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/nosy-user.h')
-rw-r--r--drivers/firewire/nosy-user.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/firewire/nosy-user.h b/drivers/firewire/nosy-user.h
index c9a1682ab45e..ebef97f4ecf9 100644
--- a/drivers/firewire/nosy-user.h
+++ b/drivers/firewire/nosy-user.h
@@ -1,8 +1,8 @@
1#ifndef __nosy_user_h 1#ifndef __nosy_user_h
2#define __nosy_user_h 2#define __nosy_user_h
3 3
4#include <asm/ioctl.h> 4#include <linux/ioctl.h>
5#include <asm/types.h> 5#include <linux/types.h>
6 6
7#define NOSY_IOC_GET_STATS _IOR('&', 0, struct nosy_stats) 7#define NOSY_IOC_GET_STATS _IOR('&', 0, struct nosy_stats)
8#define NOSY_IOC_START _IO('&', 1) 8#define NOSY_IOC_START _IO('&', 1)
@@ -10,11 +10,11 @@
10#define NOSY_IOC_FILTER _IOW('&', 2, __u32) 10#define NOSY_IOC_FILTER _IOW('&', 2, __u32)
11 11
12struct nosy_stats { 12struct nosy_stats {
13 __u32 total_packet_count; 13 __u32 total_packet_count;
14 __u32 lost_packet_count; 14 __u32 lost_packet_count;
15}; 15};
16 16
17/* 17/*
18 * Format of packets returned from the kernel driver: 18 * Format of packets returned from the kernel driver:
19 * 19 *
20 * quadlet with timestamp (microseconds) 20 * quadlet with timestamp (microseconds)