You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
committed by
Greg Kroah-Hartman
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);
|
||||
|
||||
Reference in New Issue
Block a user