diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-12-13 11:12:30 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-12-13 11:12:30 +0000 |
| commit | 19f0fedd94f7f629c1fa6e3393b53caf51f4876c (patch) | |
| tree | 3e9307acb00d3f79a94d1e56babb20c6000fd4c3 /sys/dev/sym | |
| parent | 358034bcfe01dadba901936cf7c96fbb8f5ff0b6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sym')
| -rw-r--r-- | sys/dev/sym/sym_hipd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c index 3b771090a5ab..749285a67bc6 100644 --- a/sys/dev/sym/sym_hipd.c +++ b/sys/dev/sym/sym_hipd.c @@ -10186,10 +10186,10 @@ out: return retv; } -#undef SET_BIT 0 -#undef CLR_BIT 1 -#undef SET_CLK 2 -#undef CLR_CLK 3 +#undef SET_BIT /* 0 */ +#undef CLR_BIT /* 1 */ +#undef SET_CLK /* 2 */ +#undef CLR_CLK /* 3 */ /* * Try reading Symbios NVRAM. |
