summaryrefslogtreecommitdiffstats
path: root/sys/pccard/cardinfo.h
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-11-18 21:04:01 +0000
committernate <nate@FreeBSD.org>1997-11-18 21:04:01 +0000
commit74865cf25afbe4a1d8dbdcf01b69f6d3b4155bbf (patch)
tree590664ca119e3029d2d3d8aefbda9e9f28d6a119 /sys/pccard/cardinfo.h
parent744d2dfbcccf46e0de52e30f1b7b84e0f04dfdab (diff)
downloadFreeBSD-src-74865cf25afbe4a1d8dbdcf01b69f6d3b4155bbf.zip
FreeBSD-src-74865cf25afbe4a1d8dbdcf01b69f6d3b4155bbf.tar.gz
- Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with
the card.h that config builds. [ Repository renaming done in the background to save the card.h history ]
Diffstat (limited to 'sys/pccard/cardinfo.h')
-rw-r--r--sys/pccard/cardinfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h
index 91da726..3fef4f4 100644
--- a/sys/pccard/cardinfo.h
+++ b/sys/pccard/cardinfo.h
@@ -28,8 +28,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _PCCARD_CARD_H_
-#define _PCCARD_CARD_H_
+#ifndef _PCCARD_CARDINFO_H_
+#define _PCCARD_CARDINFO_H_
#ifndef KERNEL
#include <sys/types.h>
@@ -137,4 +137,4 @@ struct power {
#define NUM_IO_WINDOWS 6
#define CARD_DEVICE "/dev/card%d" /* String for sprintf */
-#endif /* !_PCCARD_CARD_H_ */
+#endif /* !_PCCARD_CARDINFO_H_ */
OpenPOWER on IntegriCloud