1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

Add multiple inclusion protection.

This commit is contained in:
Marius Strobl 2011-10-30 21:45:36 +00:00
parent fb1b34b313
commit 803e97938e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226950

View File

@ -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_ */