[rtems commit] score: Avoid cyclic include dependency
Sebastian Huber
sebh at rtems.org
Wed Jun 12 14:08:10 UTC 2013
Module: rtems
Branch: master
Commit: f70526a76192adf7cd1888aa34d28e80d8571a0f
Changeset: http://git.rtems.org/rtems/commit/?id=f70526a76192adf7cd1888aa34d28e80d8571a0f
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Jun 11 09:26:30 2013 +0200
score: Avoid cyclic include dependency
---
cpukit/score/include/rtems/score/isr.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/score/include/rtems/score/isr.h
index 58d4fbc..893f6c0 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -21,7 +21,8 @@
#ifndef _RTEMS_SCORE_ISR_H
#define _RTEMS_SCORE_ISR_H
-#include <rtems/score/percpu.h>
+#include <rtems/score/cpu.h>
+#include <rtems/score/isrlevel.h>
/**
* @defgroup ScoreISR ISR Handler
More information about the vc
mailing list