summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cputypes.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-07 17:43:17 +0000
committerwollman <wollman@FreeBSD.org>1993-11-07 17:43:17 +0000
commit371ee40cea1e168ed119bcd1cde2809629c4ac68 (patch)
tree7642d79d397e1c876673a91bfe70b030e5bcb793 /sys/i386/include/cputypes.h
parentc1b92d6bad47f8c2ca5bd5d68fdad201868e0126 (diff)
downloadFreeBSD-src-371ee40cea1e168ed119bcd1cde2809629c4ac68.zip
FreeBSD-src-371ee40cea1e168ed119bcd1cde2809629c4ac68.tar.gz
Made all header files idempotent and moved incorrect common data from
headers into a related source file. Added cons.h as first step towards moving i386/i386/cons.h to machine/cons.h where it belongs.
Diffstat (limited to 'sys/i386/include/cputypes.h')
-rw-r--r--sys/i386/include/cputypes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/include/cputypes.h b/sys/i386/include/cputypes.h
index b922494..c85fe19 100644
--- a/sys/i386/include/cputypes.h
+++ b/sys/i386/include/cputypes.h
@@ -24,9 +24,12 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id$
+ * $Id: cputypes.h,v 1.1 1993/10/08 13:40:54 rgrimes Exp $
*/
+#ifndef _MACHINE_CPUTYPES_H_
+#define _MACHINE_CPUTYPES_H_ 1
+
/*
* Classes of Processor
*/
@@ -47,3 +50,4 @@
#define CPU_486 4 /* Intel 80486DX */
#define CPU_586 5 /* Intel P.....m (I hate lawyers; it's TM) */
+#endif /* _MACHINE_CPUTYPES_H_ */
OpenPOWER on IntegriCloud