diff options
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/pdc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-parisc/pdc.h b/include/asm-parisc/pdc.h index 592f13bcc987..3d3446ec207e 100644 --- a/include/asm-parisc/pdc.h +++ b/include/asm-parisc/pdc.h | |||
@@ -733,6 +733,7 @@ int pdc_model_cpuid(unsigned long *cpu_id); | |||
733 | int pdc_model_versions(unsigned long *versions, int id); | 733 | int pdc_model_versions(unsigned long *versions, int id); |
734 | int pdc_model_capabilities(unsigned long *capabilities); | 734 | int pdc_model_capabilities(unsigned long *capabilities); |
735 | int pdc_cache_info(struct pdc_cache_info *cache); | 735 | int pdc_cache_info(struct pdc_cache_info *cache); |
736 | int pdc_spaceid_bits(unsigned long *space_bits); | ||
736 | #ifndef CONFIG_PA20 | 737 | #ifndef CONFIG_PA20 |
737 | int pdc_btlb_info(struct pdc_btlb_info *btlb); | 738 | int pdc_btlb_info(struct pdc_btlb_info *btlb); |
738 | int pdc_mem_map_hpa(struct pdc_memory_map *r_addr, struct pdc_module_path *mod_path); | 739 | int pdc_mem_map_hpa(struct pdc_memory_map *r_addr, struct pdc_module_path *mod_path); |