]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/AT386/conf.c
xnu-4570.1.46.tar.gz
[apple/xnu.git] / osfmk / i386 / AT386 / conf.c
index f90dac3ec80080ee014efc0f34412fc1a9364035..8fffcc6577f1920b73a37f09c772bc201a6de501 100644 (file)
@@ -62,6 +62,7 @@
 
 #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 },