Re: [PATCH net-next v2 03/10] octeontx2-pf: switch: Add pf files hierarchy
From: ALOK TIWARI <hidden>
Date: 2026-01-08 09:14:18
Also in:
lkml
From: ALOK TIWARI <hidden>
Date: 2026-01-08 09:14:18
Also in:
lkml
On 1/7/2026 6:54 PM, Ratheesh Kannoth wrote:
+++ b/drivers/net/ethernet/marvell/octeontx2/nic/switch/sw_nb.h@@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* Marvell switch driver + * + * Copyright (C) 2026 Marvell. + * + */ +#ifndef SW_NB_H_ +#define SW_NB_H_ + +int sw_nb_register(void); +int sw_nb_unregister(void); + +#endif // SW_NB_H__
SW_NB_H__ -> SW_NB_H_ Thanks, Alok