summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/ucode.h
diff options
context:
space:
mode:
authorDan McDonald <danmcd@mnx.io>2022-08-04 10:31:34 -0400
committerDan McDonald <danmcd@mnx.io>2022-08-04 10:31:34 -0400
commit7214807eae5f4cd01de736a5d1c72ef382fcb622 (patch)
tree8c4a80da22c91b83f8e6732fc66197e2995ba369 /usr/src/uts/common/sys/ucode.h
parentcef7020412fbcaba82b6bbbc172e0f614dde1e80 (diff)
parentbe672c8e21cc446e1091014ae0ad206f6b8c1d55 (diff)
downloadillumos-joyent-7214807eae5f4cd01de736a5d1c72ef382fcb622.tar.gz
[illumos-gate merge]
commit be672c8e21cc446e1091014ae0ad206f6b8c1d55 14848 Update AMD microcode to 202204 Conflicts: manifest exception_lists/wscheck
Diffstat (limited to 'usr/src/uts/common/sys/ucode.h')
-rw-r--r--usr/src/uts/common/sys/ucode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/ucode.h b/usr/src/uts/common/sys/ucode.h
index c770f14419..7d2af4711a 100644
--- a/usr/src/uts/common/sys/ucode.h
+++ b/usr/src/uts/common/sys/ucode.h
@@ -293,6 +293,7 @@ struct ucode_ops {
int (*convert)(const char *, uint8_t *, size_t);
ucode_errno_t (*gen_files)(uint8_t *, int, char *);
ucode_errno_t (*validate)(uint8_t *, int);
+ void (*list)(uint8_t *, int);
};
#endif