Skip to content

Commit

Permalink
bus/ifpga: use C linkage where appropriate in driver header
Browse files Browse the repository at this point in the history
This driver was missed when cleaning up most of the headers.

Fixes: 719834a ("use C linkage where appropriate in headers")

Signed-off-by: David Marchand <[email protected]>
  • Loading branch information
david-marchand committed Oct 21, 2024
1 parent 67134a1 commit 8e3273c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/bus/ifpga/bus_ifpga_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
* RTE Intel FPGA Bus Interface
*/

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

#include <rte_compat.h>
#include <dev_driver.h>
#include <rte_pci.h>
#include <rte_interrupts.h>
#include <rte_spinlock.h>

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

#define IFPGA_BUS_NAME ifpga

/* Forward declarations */
Expand Down

0 comments on commit 8e3273c

Please sign in to comment.