summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cxgbtool
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2007-03-15 04:09:40 +0000
committerkmacy <kmacy@FreeBSD.org>2007-03-15 04:09:40 +0000
commit553b57167e3946fc9f560b133e3723e6239aa03e (patch)
treed1be93dfe32ae7a6a425b94471362452fbd8e1e7 /usr.sbin/cxgbtool
parent92a8ba0d59c1ab3fdbef2fc76000709f942bcd3d (diff)
downloadFreeBSD-src-553b57167e3946fc9f560b133e3723e6239aa03e.zip
FreeBSD-src-553b57167e3946fc9f560b133e3723e6239aa03e.tar.gz
fix include names
Diffstat (limited to 'usr.sbin/cxgbtool')
-rw-r--r--usr.sbin/cxgbtool/cxgbtool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cxgbtool/cxgbtool.c b/usr.sbin/cxgbtool/cxgbtool.c
index fac31d0..6c5effa 100644
--- a/usr.sbin/cxgbtool/cxgbtool.c
+++ b/usr.sbin/cxgbtool/cxgbtool.c
@@ -64,8 +64,8 @@ __FBSDID("$FreeBSD$");
#define PROTO_SRAM_SIZE (PROTO_SRAM_LINE_NIBBLES * PROTO_SRAM_LINES / 2)
#define PROTO_SRAM_EEPROM_ADDR 4096
-#include <cxgb3_ioctl.h>
-#include <common/cxgb3_regs.h>
+#include <cxgb_ioctl.h>
+#include <common/cxgb_regs.h>
#include "version.h"
struct reg_info {
OpenPOWER on IntegriCloud