Index: kernel/arch/mips32/include/context.h
===================================================================
--- kernel/arch/mips32/include/context.h	(revision df4ed852a2d1b242f9bdce0a873009a2cb77cec7)
+++ kernel/arch/mips32/include/context.h	(revision 3f93cdbe3a5df29d2432f1019f5de8b577780b68)
@@ -53,5 +53,5 @@
  * function calls.
  */
-struct context {
+typedef struct {
 	uintptr_t sp;
 	uintptr_t pc;
@@ -69,5 +69,5 @@
 
 	ipl_t ipl;
-};
+} context_t;
 
 #endif /* __ASM__ */
