diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-07-05 21:01:20 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-07-05 21:01:20 +0000 |
commit | dc7b7fb3a204fb20f936d3196b855b7027f967c0 (patch) | |
tree | 9803e6b0a47cd64203381e9880f9349c8a3f283a /sys/arch/powerpc/include/autoconf.h | |
parent | 686744de75a0fa112f4153eaa2516caf2b1c30f9 (diff) |
header file changes for recent powerpc changes.
Diffstat (limited to 'sys/arch/powerpc/include/autoconf.h')
-rw-r--r-- | sys/arch/powerpc/include/autoconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/autoconf.h b/sys/arch/powerpc/include/autoconf.h index 09d5fe6fdf0..652bc8c0d16 100644 --- a/sys/arch/powerpc/include/autoconf.h +++ b/sys/arch/powerpc/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.4 1998/08/25 07:42:29 pefo Exp $ */ +/* $OpenBSD: autoconf.h,v 1.5 1999/07/05 21:01:19 rahnds Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -44,6 +44,7 @@ #define OFWMACH 0 /* Openfirmware drivers */ #define POWER4e 1 /* V.I Power.4e board */ #define PWRSTK 2 /* Motorola Powerstack series */ +#define APPL 3 /* Apple PowerMac machines (OFW?) */ extern int system_type; |