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

Commit afc7c986 authored by David Daney's avatar David Daney Committed by Ralf Baechle
Browse files

MIPS: Declare uasm bbit0 and bbit1 functions.



these are already defined, but declaring them allow them to be used
outside of uasm.c.

Signed-off-by: default avatarDavid Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1872/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 3d8bfdd0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -117,6 +117,8 @@ Ip_u2u1u3(_xori);
Ip_u2u1msbu3(_dins);
Ip_u2u1msbu3(_dinsm);
Ip_u1(_syscall);
Ip_u1u2s3(_bbit0);
Ip_u1u2s3(_bbit1);

/* Handle labels. */
struct uasm_label {