aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/nwfpe/fpopcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/nwfpe/fpopcode.h')
-rw-r--r--arch/arm/nwfpe/fpopcode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/nwfpe/fpopcode.h b/arch/arm/nwfpe/fpopcode.h
index 1777e92a88e..6528e081c83 100644
--- a/arch/arm/nwfpe/fpopcode.h
+++ b/arch/arm/nwfpe/fpopcode.h
@@ -476,4 +476,10 @@ static inline unsigned int getDestinationSize(const unsigned int opcode)
476 return (nRc); 476 return (nRc);
477} 477}
478 478
479extern unsigned int checkCondition(const unsigned int opcode,
480 const unsigned int ccodes);
481
482extern const float64 float64Constant[];
483extern const float32 float32Constant[];
484
479#endif 485#endif