mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
parisc: add PIM TOC data structures
These data structures describe the TOC data we get from firmware when issuing a PDC_PIM_TOC request. Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
b5f73da500
commit
d9e2033669
@ -689,6 +689,28 @@ struct pdc_hpmc_pim_20 { /* PDC_PIM */
|
||||
unsigned long long fr[32];
|
||||
};
|
||||
|
||||
struct pdc_toc_pim_11 {
|
||||
unsigned int gr[32];
|
||||
unsigned int cr[32];
|
||||
unsigned int sr[8];
|
||||
unsigned int iasq_back;
|
||||
unsigned int iaoq_back;
|
||||
unsigned int check_type;
|
||||
unsigned int hversion;
|
||||
unsigned int cpu_state;
|
||||
};
|
||||
|
||||
struct pdc_toc_pim_20 {
|
||||
unsigned long long gr[32];
|
||||
unsigned long long cr[32];
|
||||
unsigned long long sr[8];
|
||||
unsigned long long iasq_back;
|
||||
unsigned long long iaoq_back;
|
||||
unsigned int check_type;
|
||||
unsigned int hversion;
|
||||
unsigned int cpu_state;
|
||||
};
|
||||
|
||||
#endif /* !defined(__ASSEMBLY__) */
|
||||
|
||||
#endif /* _UAPI_PARISC_PDC_H */
|
||||
|
Loading…
Reference in New Issue
Block a user