diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2012-01-29 00:47:11 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2012-01-29 00:47:11 +0000 |
| commit | 0c572d8109f73be313fe81cf78c7ab226009c964 (patch) | |
| tree | df653a989da03ae17ac462e0284d03695c69112d /sys/dev/esp | |
| parent | ee73ddd23617893ba75365112011fb799ce758ab (diff) | |
Notes
Diffstat (limited to 'sys/dev/esp')
| -rw-r--r-- | sys/dev/esp/ncr53c9xreg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/esp/ncr53c9xreg.h b/sys/dev/esp/ncr53c9xreg.h index ab0342173f80..dffbf7cd5770 100644 --- a/sys/dev/esp/ncr53c9xreg.h +++ b/sys/dev/esp/ncr53c9xreg.h @@ -31,6 +31,9 @@ /* $FreeBSD$ */ +#ifndef _NCR53C9XREG_H_ +#define _NCR53C9XREG_H_ + /* * Register addresses, relative to some base address */ @@ -288,3 +291,4 @@ #define NCRFAS_STAT2_OSHUTTLE 0x40 /* next byte from FIFO is MSB */ #define NCRFAS_STAT2_EMPTY 0x80 /* FIFO is empty */ +#endif /* _NCR53C9XREG_H_ */ |
