summaryrefslogtreecommitdiff
path: root/src/arch/context-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/context-int.h')
-rw-r--r--src/arch/context-int.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/arch/context-int.h b/src/arch/context-int.h
index b7f7a20..885c2f6 100644
--- a/src/arch/context-int.h
+++ b/src/arch/context-int.h
@@ -28,13 +28,16 @@
#include "context.h"
+#include <stdarg.h>
+
+
/* Granularité des allocations */
#define DP_ALLOC_BLOCK 10
/* Ajoute une adresse virtuelle comme point de départ de code. */
-typedef void (* push_drop_point_fc) (GProcContext *, virt_t);
+typedef void (* push_drop_point_fc) (GProcContext *, unsigned int, virt_t, va_list);
/* Définition d'un contexte pour processeur (instance) */