diff options
Diffstat (limited to 'usr/src/uts/common/sys/ucode.h')
| -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 |
