Staging: bcm: Shortened prototype for GetNextTargetBufferLocation()
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3fdf44ca2a
commit
1808bc67b1
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ enum E_CLASSIFIER_ACTION {
|
|||
eDeleteClassifier
|
||||
};
|
||||
|
||||
static ULONG GetNextTargetBufferLocation(struct bcm_mini_adapter *Adapter, B_UINT16 tid);
|
||||
static ULONG GetNextTargetBufferLocation(struct bcm_mini_adapter *Adapter,
|
||||
B_UINT16 tid);
|
||||
static void restore_endianess_of_pstClassifierEntry(
|
||||
struct bcm_classifier_rule *pstClassifierEntry,
|
||||
enum bcm_ipaddr_context eIpAddrContext);
|
||||
|
|
Loading…
Reference in a new issue