]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/io_map_entries.h
xnu-792.6.56.tar.gz
[apple/xnu.git] / osfmk / machine / io_map_entries.h
index 8257fca0b020ac39c74d9cb0a1cde838dff04bed..47c409aec82b1ad6e85eb27c1e0bc7f8bd62c2cf 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
@@ -22,6 +20,8 @@
  * 
  * @APPLE_LICENSE_HEADER_END@
  */
+#ifdef KERNEL_PRIVATE
+
 #ifndef _MACHINE_IO_MAP_ENTRIES_H_
 #define _MACHINE_IO_MAP_ENTRIES_H_
 
@@ -36,3 +36,5 @@
 
 
 #endif /* _MACHINE_IO_MAP_ENTRIES_H_ */
+
+#endif /* KERNEL_PRIVATE */