summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/itronapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/src/itronapi.c')
-rw-r--r--cpukit/sapi/src/itronapi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/sapi/src/itronapi.c b/cpukit/sapi/src/itronapi.c
index e52a64e370..0d44db6801 100644
--- a/cpukit/sapi/src/itronapi.c
+++ b/cpukit/sapi/src/itronapi.c
@@ -51,7 +51,7 @@
* XXX
*/
-itron_api_configuration_table _ITRON_Default_configuration = {
+const itron_api_configuration_table _ITRON_Default_configuration = {
0, /* maximum_tasks */
0, /* maximum_semaphores */
0, /* maximum_eventflags */
@@ -70,7 +70,7 @@ void _ITRON_API_Initialize(
rtems_configuration_table *configuration_table
)
{
- itron_api_configuration_table *api_configuration;
+ const itron_api_configuration_table *api_configuration;
/* XXX need to assert here based on size assumptions */