Commit 85b98abb authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

nic-hardware: Update include path for wishbone registers definition files.

parent f9ed0db1
...@@ -150,10 +150,10 @@ enum fpga_blocks { ...@@ -150,10 +150,10 @@ enum fpga_blocks {
* The following headers include the register lists, and have been * The following headers include the register lists, and have been
* generated by wbgen from .wb source files in svn * generated by wbgen from .wb source files in svn
*/ */
#include "../wbgen-regs/endpoint-regs.h" #include "wbgen-regs/endpoint-regs.h"
#include "../wbgen-regs/ppsg-regs.h" #include "wbgen-regs/ppsg-regs.h"
#include "../wbgen-regs/nic-regs.h" #include "wbgen-regs/nic-regs.h"
#include "../wbgen-regs/tstamp-regs.h" #include "wbgen-regs/tstamp-regs.h"
/* /*
* To make thins easier, define the descriptor structures, for tx and rx * To make thins easier, define the descriptor structures, for tx and rx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment