summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/pdc.h
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2019-02-08 18:28:13 +0100
committerHelge Deller <deller@gmx.de>2019-02-21 20:37:13 +0100
commit8207d4ee44d3f525bf9aa57807ac9db5d0d90c1a (patch)
tree13c14cc3d981f137402301355c92cf4f58abb351 /arch/parisc/include/asm/pdc.h
parent661faf31021dda4df1ea46594ec03de68f5ac47d (diff)
parisc: Show machine product number during boot
Ask PDC firmware during boot for the original and current product number as well as the serial number and show it (if available). Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm/pdc.h')
-rw-r--r--arch/parisc/include/asm/pdc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/pdc.h b/arch/parisc/include/asm/pdc.h
index 5b187d40d604..19bb2e46cd36 100644
--- a/arch/parisc/include/asm/pdc.h
+++ b/arch/parisc/include/asm/pdc.h
@@ -44,6 +44,7 @@ int pdc_model_sysmodel(char *name);
int pdc_model_cpuid(unsigned long *cpu_id);
int pdc_model_versions(unsigned long *versions, int id);
int pdc_model_capabilities(unsigned long *capabilities);
+int pdc_model_platform_info(char *orig_prod_num, char *current_prod_num, char *serial_no);
int pdc_cache_info(struct pdc_cache_info *cache);
int pdc_spaceid_bits(unsigned long *space_bits);
#ifndef CONFIG_PA20