Loading include/asm-parisc/Kbuild +2 −0 Original line number Diff line number Diff line include include/asm-generic/Kbuild.asm unifdef-y += pdc.h include/asm-parisc/pdc.h +13 −6 Original line number Diff line number Diff line Loading @@ -143,14 +143,15 @@ #define PDC_MEM_RET_PDT_FULL -11 #define PDC_MEM_RET_INVALID_PHYSICAL_LOCATION ~0ULL #ifdef __KERNEL__ # ifndef __ASSEMBLY__ typedef struct { unsigned long long baseAddr; unsigned int pages; unsigned int reserved; } MemAddrTable_t; #endif # endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */ #define PDC_PSW 21 /* Get/Set default System Mask */ #define PDC_PSW_MASK 0 /* Return mask */ Loading Loading @@ -296,8 +297,11 @@ typedef struct { #define OSTAT_ON 7 #ifndef __ASSEMBLY__ #include <linux/types.h> #endif /* __ASSEMBLY__ */ #ifdef __KERNEL__ # ifndef __ASSEMBLY__ extern int pdc_type; Loading Loading @@ -559,6 +563,7 @@ struct pdc_hpmc_pim_20 { /* PDC_PIM */ }; # endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */ /* flags of the device_path (see below) */ #define PF_AUTOBOOT 0x80 Loading Loading @@ -707,6 +712,7 @@ struct zeropage { #define BOOT_CONSOLE_SPA_OFFSET 0x3c4 #define BOOT_CONSOLE_PATH_OFFSET 0x3a8 #ifdef __KERNEL__ #ifndef __ASSEMBLY__ void pdc_console_init(void); /* in pdc_console.c */ void pdc_console_restart(void); Loading Loading @@ -787,5 +793,6 @@ static inline char * os_id_to_string(u16 os_id) { } } # endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */ #endif /* _PARISC_PDC_H */ Loading
include/asm-parisc/Kbuild +2 −0 Original line number Diff line number Diff line include include/asm-generic/Kbuild.asm unifdef-y += pdc.h
include/asm-parisc/pdc.h +13 −6 Original line number Diff line number Diff line Loading @@ -143,14 +143,15 @@ #define PDC_MEM_RET_PDT_FULL -11 #define PDC_MEM_RET_INVALID_PHYSICAL_LOCATION ~0ULL #ifdef __KERNEL__ # ifndef __ASSEMBLY__ typedef struct { unsigned long long baseAddr; unsigned int pages; unsigned int reserved; } MemAddrTable_t; #endif # endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */ #define PDC_PSW 21 /* Get/Set default System Mask */ #define PDC_PSW_MASK 0 /* Return mask */ Loading Loading @@ -296,8 +297,11 @@ typedef struct { #define OSTAT_ON 7 #ifndef __ASSEMBLY__ #include <linux/types.h> #endif /* __ASSEMBLY__ */ #ifdef __KERNEL__ # ifndef __ASSEMBLY__ extern int pdc_type; Loading Loading @@ -559,6 +563,7 @@ struct pdc_hpmc_pim_20 { /* PDC_PIM */ }; # endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */ /* flags of the device_path (see below) */ #define PF_AUTOBOOT 0x80 Loading Loading @@ -707,6 +712,7 @@ struct zeropage { #define BOOT_CONSOLE_SPA_OFFSET 0x3c4 #define BOOT_CONSOLE_PATH_OFFSET 0x3a8 #ifdef __KERNEL__ #ifndef __ASSEMBLY__ void pdc_console_init(void); /* in pdc_console.c */ void pdc_console_restart(void); Loading Loading @@ -787,5 +793,6 @@ static inline char * os_id_to_string(u16 os_id) { } } # endif /* __ASSEMBLY__ */ #endif /* __KERNEL__ */ #endif /* _PARISC_PDC_H */