]> git.proxmox.com Git - qemu.git/blobdiff - linux-user/arm/nwfpe/fpopcode.h
Delete useless 'extern' qualifiers for functions
[qemu.git] / linux-user / arm / nwfpe / fpopcode.h
index 16fa34afbfd761b8cd256fe4c109a296843a9675..e7d100941cb49d260b5651b58ca91d38325a3696 100644 (file)
@@ -384,7 +384,7 @@ static inline float32 getSingleConstant(const unsigned int nIndex)
    return float32Constant[nIndex];
 }
 
-extern unsigned int getRegisterCount(const unsigned int opcode);
-extern unsigned int getDestinationSize(const unsigned int opcode);
+unsigned int getRegisterCount(const unsigned int opcode);
+unsigned int getDestinationSize(const unsigned int opcode);
 
 #endif