]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/reg.h
xnu-1228.5.18.tar.gz
[apple/xnu.git] / bsd / machine / reg.h
index 0ec806cf1ee977838c1b84a8e74dc0870dd851c0..95ec0f7d166b8c25bd846b4564f7d6d25668a320 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@
  * 
@@ -28,7 +28,6 @@
 #ifndef _BSD_MACHINE_REG_H_
 #define _BSD_MACHINE_REG_H_
 
-
 #if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/reg.h"
 #elif defined (__i386__) || defined(__x86_64__)
@@ -37,5 +36,4 @@
 #error architecture not supported
 #endif
 
-
 #endif /* _BSD_MACHINE_REG_H_ */