]>
git.saurik.com Git - apple/xnu.git/blob - osfmk/i386/ucode.h
4 * Interface definitions for the microcode updater interface sysctl
7 /* Intel defined microcode format */
8 struct intel_ucupdate
{
9 /* Header information */
10 uint32_t header_version
;
11 uint32_t update_revision
;
13 uint32_t processor_signature
;
15 uint32_t loader_revision
;
16 uint32_t processor_flags
;
20 /* Reserved for future expansion */
25 /* First word of the update data */
29 extern int ucode_interface(uint64_t addr
);
30 extern void ucode_update_wake(void);