mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

There are wrong "#endif" comments in .h files need to be corrected. Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
324 B
C
11 lines
324 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright (c) 2015 - 2023 Beijing WangXun Technology Co., Ltd. */
|
|
|
|
#ifndef _TXGBE_PHY_H_
|
|
#define _TXGBE_PHY_H_
|
|
|
|
irqreturn_t txgbe_link_irq_handler(int irq, void *data);
|
|
int txgbe_init_phy(struct txgbe *txgbe);
|
|
void txgbe_remove_phy(struct txgbe *txgbe);
|
|
|
|
#endif /* _TXGBE_PHY_H_ */
|