diff options
Diffstat (limited to 'usr/src/uts/common/sys/devfm.h')
-rw-r--r-- | usr/src/uts/common/sys/devfm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/devfm.h b/usr/src/uts/common/sys/devfm.h index 1fcfeebcb0..82f477eb03 100644 --- a/usr/src/uts/common/sys/devfm.h +++ b/usr/src/uts/common/sys/devfm.h @@ -21,7 +21,7 @@ /* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. - * Copyright (c) 2018, Joyent, Inc. + * Copyright 2019 Joyent, Inc. */ #ifndef _SYS_DEVFM_H @@ -122,6 +122,7 @@ typedef struct fm_ioc_data32 { #define FM_PHYSCPU_INFO_SOCKET_TYPE "socket_type" #define FM_PHYSCPU_INFO_CPU_ID "cpuid" #define FM_PHYSCPU_INFO_CHIP_IDENTSTR "chip_identstr" +#define FM_PHYSCPU_INFO_UCODE_REV "ucode_revision" #ifdef __cplusplus } |