summaryrefslogtreecommitdiff
path: root/sys/dev/sym
diff options
context:
space:
mode:
authorDiomidis Spinellis <dds@FreeBSD.org>2003-08-05 07:22:12 +0000
committerDiomidis Spinellis <dds@FreeBSD.org>2003-08-05 07:22:12 +0000
commit22316cf13349c597b816682815668d23f155a75d (patch)
tree9700e1bad6d402c00dd32bdbbfb056aab4ed327b /sys/dev/sym
parent95aab9cc499c1498eb30cb4c5b79e289e581f48f (diff)
Notes
Diffstat (limited to 'sys/dev/sym')
-rw-r--r--sys/dev/sym/sym_fw.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sym/sym_fw.h b/sys/dev/sym/sym_fw.h
index 2f69231ce37a..65b2838bb3d6 100644
--- a/sys/dev/sym/sym_fw.h
+++ b/sys/dev/sym/sym_fw.h
@@ -106,8 +106,8 @@ struct sym_fwa_ofs {
};
struct sym_fwb_ofs {
SYM_GEN_FW_B(u_short)
- SYM_GEN_B(u_short, start64);
- SYM_GEN_B(u_short, pm_handle);
+ SYM_GEN_B(u_short, start64)
+ SYM_GEN_B(u_short, pm_handle)
};
/*
@@ -119,8 +119,8 @@ struct sym_fwa_ba {
};
struct sym_fwb_ba {
SYM_GEN_FW_B(u32)
- SYM_GEN_B(u32, start64);
- SYM_GEN_B(u32, pm_handle);
+ SYM_GEN_B(u32, start64)
+ SYM_GEN_B(u32, pm_handle)
};
#undef SYM_GEN_A
#undef SYM_GEN_B