diff options
author | Andy Fiddaman <illumos@fiddaman.net> | 2022-08-04 13:44:22 +0000 |
---|---|---|
committer | Andy Fiddaman <illumos@fiddaman.net> | 2022-08-04 13:49:42 +0000 |
commit | be672c8e21cc446e1091014ae0ad206f6b8c1d55 (patch) | |
tree | 915e74d7f2a25464b472da248e0114c878a3e7dc /usr/src/uts/common/sys | |
parent | aa39f6d0fd4e491afca04b12f49a18ce955efc79 (diff) | |
download | illumos-gate-be672c8e21cc446e1091014ae0ad206f6b8c1d55.tar.gz |
14848 Update AMD microcode to 202204
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts/common/sys')
-rw-r--r-- | usr/src/uts/common/sys/ucode.h | 1 |
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 |