hw: adjust defines in core/processor_driver/

ref #1083
This commit is contained in:
Martin Stein 2014-02-28 17:05:54 +01:00 committed by Norman Feske
parent e3c262579d
commit 2a503d3599
6 changed files with 18 additions and 18 deletions

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _CPU__ARM_H_
#define _CPU__ARM_H_
#ifndef _PROCESSOR_DRIVER__ARM_H_
#define _PROCESSOR_DRIVER__ARM_H_
/* Genode includes */
#include <util/register.h>
@ -652,5 +652,5 @@ namespace Arm
};
}
#endif /* _CPU__ARM_H_ */
#endif /* _PROCESSOR_DRIVER__ARM_H_ */

View File

@ -12,8 +12,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _CPU__ARM_V6_H_
#define _CPU__ARM_V6_H_
#ifndef _PROCESSOR_DRIVER__ARM_V6_H_
#define _PROCESSOR_DRIVER__ARM_V6_H_
/* Genode includes */
#include <base/printf.h>
@ -227,5 +227,5 @@ void Arm::Cpu::flush_data_caches()
}
#endif /* _CPU__ARM_V6_H_ */
#endif /* _PROCESSOR_DRIVER__ARM_V6_H_ */

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _CPU__ARM_V7_H_
#define _CPU__ARM_V7_H_
#ifndef _PROCESSOR_DRIVER__ARM_V7_H_
#define _PROCESSOR_DRIVER__ARM_V7_H_
/* core includes */
#include <processor_driver/arm.h>
@ -330,5 +330,5 @@ Arm::Cpu::Psr::access_t Arm::Cpu::Psr::init_user_with_trustzone()
}
#endif /* _CPU__ARM_V7_H_ */
#endif /* _PROCESSOR_DRIVER__ARM_V7_H_ */

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _CPU__CORTEX_A15_H_
#define _CPU__CORTEX_A15_H_
#ifndef _PROCESSOR_DRIVER__CORTEX_A15_H_
#define _PROCESSOR_DRIVER__CORTEX_A15_H_
/* Genode includes */
#include <util/register.h>
@ -40,5 +40,5 @@ namespace Cortex_a15
};
}
#endif /* _CPU__CORTEX_A15_H_ */
#endif /* _PROCESSOR_DRIVER__CORTEX_A15_H_ */

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _CPU__CORTEX_A8_H_
#define _CPU__CORTEX_A8_H_
#ifndef _PROCESSOR_DRIVER__CORTEX_A8_H_
#define _PROCESSOR_DRIVER__CORTEX_A8_H_
/* core includes */
#include <processor_driver/arm_v7.h>
@ -33,5 +33,5 @@ namespace Cortex_a8
};
}
#endif /* _CPU__CORTEX_A8_H_ */
#endif /* _PROCESSOR_DRIVER__CORTEX_A8_H_ */

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _CPU__CORTEX_A9_H_
#define _CPU__CORTEX_A9_H_
#ifndef _PROCESSOR_DRIVER__CORTEX_A9_H_
#define _PROCESSOR_DRIVER__CORTEX_A9_H_
/* core includes */
#include <processor_driver/arm_v7.h>
@ -55,5 +55,5 @@ namespace Cortex_a9
};
}
#endif /* _CPU__CORTEX_A9_H_ */
#endif /* _PROCESSOR_DRIVER__CORTEX_A9_H_ */