提交 3ee5afde 编写于 作者: K Kevin McKinney 提交者: Greg Kroah-Hartman

Staging: bcm: Replace PVOID with void * in IPv6ProtocolHdr.h

This patch replaces "PVOID" with "void *" in
IPv6ProtocolHdr.h.
Signed-off-by: NKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 67b587cd
......@@ -79,7 +79,7 @@ typedef enum _E_IPADDR_CONTEXT {
/* Function Prototypes */
unsigned short IpVersion6(struct bcm_mini_adapter *Adapter, /* < Pointer to the driver control structure */
PVOID pcIpHeader, /* <Pointer to the IP Hdr of the packet */
void *pcIpHeader, /* <Pointer to the IP Hdr of the packet */
struct bcm_classifier_rule *pstClassifierRule);
VOID DumpIpv6Address(unsigned long *puIpv6Address);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册