Make the name of the multiple-inclusion guard symbol match the file location.

This commit is contained in:
uwe 2007-06-03 01:28:54 +00:00
parent 04776a47dd
commit 217bc0b26b
1 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: igsfb_ofbusvar.h,v 1.1 2006/12/07 03:10:14 macallan Exp $ */
/* $NetBSD: igsfb_ofbusvar.h,v 1.2 2007/06/03 01:28:54 uwe Exp $ */
/*
* Copyright (c) 2006 Michael Lorenz
@ -29,12 +29,11 @@
/*
* Integraphics Systems IGA 168x and CyberPro series.
* ofbus attachment for Valeriy E. Ushakov's igsfb driver
* ofbus attachment for igsfb(4).
*/
#ifndef _DEV_OFBUS_IGSFB_PCIVAR_H_
#define _DEV_OFBUS_IGSFB_PCIVAR_H_
#ifndef _SHARK_OFW_IGSFB_OFBUSVAR_H_
#define _SHARK_OFW_IGSFB_OFBUSVAR_H_
extern int
igsfb_ofbus_cnattach(bus_space_tag_t, bus_space_tag_t);
int igsfb_ofbus_cnattach(bus_space_tag_t, bus_space_tag_t);
#endif /* _DEV_OFBUS_IGSFB_PCIVAR_H_ */
#endif /* _SHARK_OFW_IGSFB_OFBUSVAR_H_ */