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

Commit b3920590 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] SMTC: Add fordward declarations for mm_struct and task_struct.

parent 32fac80b
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -34,6 +34,9 @@ typedef long asiduse;


extern asiduse smtc_live_asid[MAX_SMTC_TLBS][MAX_SMTC_ASIDS];
extern asiduse smtc_live_asid[MAX_SMTC_TLBS][MAX_SMTC_ASIDS];


struct mm_struct;
struct task_struct;

void smtc_get_new_mmu_context(struct mm_struct *mm, unsigned long cpu);
void smtc_get_new_mmu_context(struct mm_struct *mm, unsigned long cpu);


void smtc_flush_tlb_asid(unsigned long asid);
void smtc_flush_tlb_asid(unsigned long asid);