Skip to content

Commit

Permalink
Staging: hv: clean up RndisFilter.h
Browse files Browse the repository at this point in the history
Cleans up coding style issues with RndisFilter.h

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent b010e5a commit 6ddf5a7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions 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 6ddf5a7

Please sign in to comment.