summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/taskmp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/taskmp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/taskmp.h b/cpukit/rtems/include/rtems/rtems/taskmp.h
index aab1311bac..d78a4e6a61 100644
--- a/cpukit/rtems/include/rtems/rtems/taskmp.h
+++ b/cpukit/rtems/include/rtems/rtems/taskmp.h
@@ -57,8 +57,8 @@ typedef struct {
RTEMS_tasks_MP_Remote_operations operation;
rtems_name name;
rtems_task_priority the_priority;
- unsigned32 notepad;
- unsigned32 note;
+ uint32_t notepad;
+ uint32_t note;
} RTEMS_tasks_MP_Packet;
/*
@@ -89,8 +89,8 @@ rtems_status_code _RTEMS_tasks_MP_Send_request_packet (
RTEMS_tasks_MP_Remote_operations operation,
Objects_Id task_id,
rtems_task_priority the_priority,
- unsigned32 notepad,
- unsigned32 note
+ uint32_t notepad,
+ uint32_t note
);
/*