aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/events.c
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mini-os/events.c')
-rw-r--r--extras/mini-os/events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mini-os/events.c b/extras/mini-os/events.c
index 9ca78d0016..c907e652b9 100644
--- a/extras/mini-os/events.c
+++ b/extras/mini-os/events.c
@@ -28,7 +28,7 @@
typedef struct _ev_action_t {
evtchn_handler_t handler;
void *data;
- u32 count;
+ uint32_t count;
} ev_action_t;
static ev_action_t ev_actions[NR_EVS];