summaryrefslogtreecommitdiffstats
path: root/firmware/asm/mips/thread.c
blob: 37480da10a64ed3dedc10d68f593e64e5b891b4b (plain)
1
2
3
4
5
6
#if CPU_MIPS == 32
  #include "thread-mips32.c"
#else
  #error Missing thread impl
#endif