X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/4452a7af2eac33dbad800bcc91f2399d62c18f53..a39ff7e25e19b3a8c3020042a3872ca9ec9659f1:/osfmk/i386/AT386/conf.c diff --git a/osfmk/i386/AT386/conf.c b/osfmk/i386/AT386/conf.c index 598a237c7..8fffcc657 100644 --- a/osfmk/i386/AT386/conf.c +++ b/osfmk/i386/AT386/conf.c @@ -60,9 +60,9 @@ * Device switch for i386 AT bus. */ -#include #include #include +#include /* * Clock device subsystem configuration. The clock_list[] @@ -70,12 +70,12 @@ * 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 },