repo.or.cz
/
linux-2.6.9-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git]
/
drivers
/
usb
/
net
/
Zydas
/
zddebug2.h
blob
7f3c115aff1ec8cb3c0780e2dadfcd01b9a1fec6
1
#ifndef _ZD_DEBUG2_
2
#define _ZD_DEBUG2_
3
4
#include <linux/string.h>
5
#include <stdarg.h>
6
#include <linux/netdevice.h>
7
#include <linux/skbuff.h>
8
#include
"zd1205.h"
9
#include
"zdsorts.h"
10
#include
"zdutils.h"
11
12
13
14
int
zd1205_zd_dbg2_ioctl
(
struct
zd1205_private
*
macp
,
struct
zdap_ioctl
*
zdreq
,
u32
*
ret
);
15
16
17
#endif