diff options
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2017-04-02 16:37:28 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-04-05 12:30:44 +1000 |
commit | 54c4dd27bd30030073ede4b2d154da5583d8e20d (patch) | |
tree | b2ac18eab4d7da1182c5e993c70e79f655696943 /include/vpd.h | |
parent | 810aaf1173a056414295eab22cf32ba6833951b0 (diff) | |
download | skiboot-54c4dd27bd30030073ede4b2d154da5583d8e20d.zip skiboot-54c4dd27bd30030073ede4b2d154da5583d8e20d.tar.gz skiboot-54c4dd27bd30030073ede4b2d154da5583d8e20d.tar.bz2 |
hdat: Add model-name property for OpenPower system
Lets add model-name property for OpenPower system as well.
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/vpd.h')
-rw-r--r-- | include/vpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vpd.h b/include/vpd.h index 02bbde2..6889455 100644 --- a/include/vpd.h +++ b/include/vpd.h @@ -22,7 +22,7 @@ struct machine_info { const char *name; }; -const struct machine_info *machine_info_lookup(char *mtm); +const struct machine_info *machine_info_lookup(const char *mtm); const void *vpd_find_keyword(const void *rec, size_t rec_sz, const char *kw, uint8_t *kw_size); |