mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
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
|
|
@ -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 New Issue
Block a user