]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/disklabel.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / bsd / machine / disklabel.h
index 323adb14caad62f6dcb0ec72150788fc690368e1..490bbda8aad1704e0d4376540c31219155bcf6c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #ifndef _BSD_MACHINE_CPU_H_
 #define _BSD_MACHINE_CPU_H_
 
-
-#if defined (__ppc__) || defined (__ppc64__)
-#include "ppc/disklabel.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "i386/disklabel.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _BSD_MACHINE_CPU_H_ */