From d9857c8a8c883ea7c6784b72ee1fe8e05fdacf0b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 5 Jun 2008 14:32:14 +0000 Subject: 2008-06-05 Joel Sherrill * itron/include/rtems/itron/task.h, itron/src/task.c: ITRON currently has no functional data in the user extension data area structure so this disables the definition, allocation and deallocation of that structure. If we ever have to add data to it, then it will be easy to reenable. --- cpukit/itron/include/rtems/itron/task.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/itron/include/rtems/itron/task.h') diff --git a/cpukit/itron/include/rtems/itron/task.h b/cpukit/itron/include/rtems/itron/task.h index 34b424823e..33e30ff898 100644 --- a/cpukit/itron/include/rtems/itron/task.h +++ b/cpukit/itron/include/rtems/itron/task.h @@ -42,10 +42,12 @@ extern "C" { */ +#if 0 typedef struct { uint32_t unused; /* no use for the API extension */ /* structure for ITRON identified yet */ } ITRON_API_Control; +#endif /* * The following defines the information control block used to -- cgit v1.2.3