Index: kernel/arch/amd64/include/context.h
===================================================================
--- kernel/arch/amd64/include/context.h	(revision e7b7be3ff072782e570cb6ee64b50b1625a3fd89)
+++ kernel/arch/amd64/include/context.h	(revision 0f3fc9b4dfadc676e3337514570c32d8d8c9b162)
@@ -47,5 +47,5 @@
  * during function call
  */
-struct context {
+typedef struct {
     uintptr_t sp;
     uintptr_t pc;
@@ -60,5 +60,5 @@
 
     ipl_t ipl;
-} __attribute__ ((packed));
+} __attribute__ ((packed)) context_t;
 
 #endif
