]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/nwfpe/fpopcode.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mv-sheeva.git] / arch / arm / nwfpe / fpopcode.h
index 1777e92a88e69c73db5a0fa67438ff8520a9d56a..ec78e3517fc9fccb55a560e26b389b9c9b95f4a4 100644 (file)
@@ -23,7 +23,6 @@
 #ifndef __FPOPCODE_H__
 #define __FPOPCODE_H__
 
-#include <linux/config.h>
 
 /*
 ARM Floating Point Instruction Classes
@@ -476,4 +475,10 @@ static inline unsigned int getDestinationSize(const unsigned int opcode)
        return (nRc);
 }
 
+extern unsigned int checkCondition(const unsigned int opcode,
+                                  const unsigned int ccodes);
+
+extern const float64 float64Constant[];
+extern const float32 float32Constant[];
+
 #endif