summaryrefslogtreecommitdiff
path: root/kern/linux/hwrpb.hh
diff options
context:
space:
mode:
Diffstat (limited to 'kern/linux/hwrpb.hh')
-rw-r--r--kern/linux/hwrpb.hh18
1 files changed, 18 insertions, 0 deletions
diff --git a/kern/linux/hwrpb.hh b/kern/linux/hwrpb.hh
new file mode 100644
index 000000000..3ce03efd7
--- /dev/null
+++ b/kern/linux/hwrpb.hh
@@ -0,0 +1,18 @@
+#ifndef __ALPHA_HWRPB_H__
+#define __ALPHA_HWRPB_H__
+
+#include "kern/linux/aligned.hh"
+
+namespace Linux {
+ struct pcb_struct {
+ uint64_ta ksp;
+ uint64_ta usp;
+ uint64_ta ptbr;
+ uint32_t pcc;
+ uint32_t asn;
+ uint64_ta unique;
+ uint64_ta flags;
+ uint64_ta res1, res2;
+ };
+}
+#endif /* __ALPHA_HWRPB_H */