Skip to content

Commit c1c8cbe

Browse files
yabetatsuyagrg
authored andcommitted
Bugfix: NetFPGA: Use more appropriate file names
1 parent 1b37f09 commit c1c8cbe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

hw-lib/automake.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ hw_lib_libnf2_a_SOURCES = \
1313
hw-lib/nf2/hw_flow.h \
1414
hw-lib/nf2/nf2_lib.c \
1515
hw-lib/nf2/nf2_lib.h \
16-
hw-lib/nf2/nf2_hwapi.c \
17-
hw-lib/nf2/nf2_hwapi.h \
16+
hw-lib/nf2/nf2_drv.c \
17+
hw-lib/nf2/nf2_drv.h \
1818
hw-lib/nf2/nf2.h \
1919
hw-lib/nf2/debug.h \
2020
hw-lib/nf2/reg_defines_openflow_switch.h \

hw-lib/nf2/hw_flow.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include "reg_defines_openflow_switch.h"
4040
#include "nf2util.h"
4141
#include "hw_flow.h"
42-
#include "nf2_hwapi.h"
42+
#include "nf2_drv.h"
4343
#include "nf2_lib.h"
4444
#include "debug.h"
4545

hw-lib/nf2/nf2_hwapi.c renamed to hw-lib/nf2/nf2_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include "nf2.h"
4242
#include "nf2util.h"
4343
#include "hw_flow.h"
44-
#include "nf2_hwapi.h"
44+
#include "nf2_drv.h"
4545
#include "nf2_lib.h"
4646
#include "debug.h"
4747

File renamed without changes.

hw-lib/nf2/nf2_lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include "nf2.h"
4242
#include "nf2util.h"
4343
#include "hw_flow.h"
44-
#include "nf2_hwapi.h"
44+
#include "nf2_drv.h"
4545
#include "nf2_lib.h"
4646
#include "debug.h"
4747

0 commit comments

Comments
 (0)