mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-05 03:45: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>
12 lines
324 B
C
12 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_ */
|