aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/pk.h')
-rw-r--r--pk/pk.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pk/pk.h b/pk/pk.h
index 0e56fcc..a1fd0da 100644
--- a/pk/pk.h
+++ b/pk/pk.h
@@ -13,12 +13,6 @@ typedef struct
long insn;
} trapframe_t;
-typedef struct
-{
- uint64_t fpr[32];
- uint32_t fsr;
-} fp_state_t;
-
#define USER_MEM_SIZE 0x70000000
#define USER_MAINVARS_SIZE 0x1000
#define USER_START 0x10000