From 26335844f484c8cd061444cebba9480b62d165cb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 14 Dec 2015 14:52:35 +0100 Subject: Optional Classic Timer initialization Update #2408. --- cpukit/score/include/rtems/sysinit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/score/include/rtems/sysinit.h') diff --git a/cpukit/score/include/rtems/sysinit.h b/cpukit/score/include/rtems/sysinit.h index bac6663952..cd604877a8 100644 --- a/cpukit/score/include/rtems/sysinit.h +++ b/cpukit/score/include/rtems/sysinit.h @@ -32,6 +32,7 @@ extern "C" { #define RTEMS_SYSINIT_DATA_STRUCTURES 000301 #define RTEMS_SYSINIT_USER_EXTENSIONS 000320 #define RTEMS_SYSINIT_CLASSIC_TASKS 000340 +#define RTEMS_SYSINIT_CLASSIC_TIMER 000341 #define RTEMS_SYSINIT_IDLE_THREADS 000380 #define RTEMS_SYSINIT_BSP_LIBC 000400 #define RTEMS_SYSINIT_BEFORE_DRIVERS 000500 -- cgit v1.2.3