mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Add multiple inclusion protection.
This commit is contained in:
parent
fb1b34b313
commit
803e97938e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226950
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user