Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ceec1c33 authored by Ben Dooks's avatar Ben Dooks
Browse files

[ARM] nwfpe: Add decleration for ExtendedCPDO



Add header file decleration for 'ExtendedCPDO' in fpa11.h
to stop the following sparse warning:

extended_cpdo.c:90:14: warning: symbol 'ExtendedCPDO' was not declared. Should it be static?

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 091bf762
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -114,4 +114,8 @@ extern unsigned int SingleCPDO(struct roundingData *roundData,
extern unsigned int DoubleCPDO(struct roundingData *roundData,
			       const unsigned int opcode, FPREG * rFd);

/* extneded_cpdo.c */
extern unsigned int ExtendedCPDO(struct roundingData *roundData,
				 const unsigned int opcode, FPREG * rFd);

#endif