repo.or.cz
/
linux-btrfs-devel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git]
/
drivers
/
staging
/
bcm
/
InterfaceTx.h
blob
273147577c17d9ccef8b8f5d6f90f0c1d3297bdf
1
#ifndef _INTERFACE_TX_H
2
#define _INTERFACE_TX_H
3
4
INT
InterfaceTransmitPacket
(
PVOID arg
,
PVOID data
,
UINT len
);
5
6
#endif
7