Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162201
b: refs/heads/master
c: 6ddf5a7
h: refs/heads/master
i:
  162199: 113373f
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent 3fa1b5f commit d789f43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 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: b010e5a7bc3673d219363b01bf8591629215c384
refs/heads/master: 6ddf5a789653175350745debeb92b7c018daef22
11 changes: 3 additions & 8 deletions trunk/drivers/staging/hv/RndisFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@

#include "include/rndis.h"

#define RNDIS_HEADER_SIZE (sizeof(RNDIS_MESSAGE) - sizeof(RNDIS_MESSAGE_CONTAINER))
#define RNDIS_HEADER_SIZE (sizeof(RNDIS_MESSAGE) - \
sizeof(RNDIS_MESSAGE_CONTAINER))

#define NDIS_PACKET_TYPE_DIRECTED 0x00000001
#define NDIS_PACKET_TYPE_MULTICAST 0x00000002
Expand All @@ -48,14 +49,8 @@
#define NDIS_PACKET_TYPE_MAC_FRAME 0x00000800




/* Interface */

int
RndisFilterInit(
NETVSC_DRIVER_OBJECT *Driver
);

extern int RndisFilterInit(NETVSC_DRIVER_OBJECT *Driver);

#endif /* _RNDISFILTER_H_ */

0 comments on commit d789f43

Please sign in to comment.