]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/dlb2/pf/dlb2_main.c
event/cnxk: add timer arm routine
[dpdk.git] / drivers / event / dlb2 / pf / dlb2_main.c
index 5c0640b3ce98fa75758187e1abf2ffbe78a2563c..b6ec85b479a4c17d46280acdc96d65193f5d7266 100644 (file)
 #include <rte_malloc.h>
 #include <rte_errno.h>
 
-#define DLB2_USE_NEW_HEADERS /* TEMPORARY FOR MERGE */
-
-#include "base/dlb2_regs_new.h"
-#include "base/dlb2_hw_types_new.h"
-#include "base/dlb2_resource_new.h"
+#include "base/dlb2_regs.h"
+#include "base/dlb2_hw_types.h"
+#include "base/dlb2_resource.h"
 #include "base/dlb2_osdep.h"
 #include "dlb2_main.h"
 #include "../dlb2_user.h"