Re: [PATCH net-next v2 03/10] octeontx2-pf: switch: Add pf files hierarchy
From: ALOK TIWARI
Date: Thu Jan 08 2026 - 04:34:40 EST
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