]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/AT386/conf.c
xnu-4570.51.1.tar.gz
[apple/xnu.git] / osfmk / i386 / AT386 / conf.c
index 598a237c7e2b1033c50a8d695262df5c3a0088d3..8fffcc6577f1920b73a37f09c772bc201a6de501 100644 (file)
@@ -60,9 +60,9 @@
  * Device switch for i386 AT bus.
  */
 
-#include <platforms.h>
 #include <types.h>
 #include <kern/clock.h>
+#include <libkern/section_keywords.h>
 
 /*
  * Clock device subsystem configuration. The clock_list[]
  * the system.
  */
 
-extern struct clock_ops        sysclk_ops, calend_ops;
+extern const struct clock_ops  sysclk_ops, calend_ops;
 
 /*
  * List of clock devices.
  */
-struct clock   clock_list[] = {
+SECURITY_READ_ONLY_LATE(struct clock) clock_list[] = {
 
        /* SYSTEM_CLOCK */
        { &sysclk_ops, 0, 0 },