hw: adjust defines in processor_driver.h

ref #1083
This commit is contained in:
Martin Stein 2014-02-28 17:16:35 +01:00 committed by Norman Feske
parent f9ea52db9a
commit 108b29d33d
8 changed files with 24 additions and 24 deletions

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _ARNDALE__CPU_H_
#define _ARNDALE__CPU_H_
#ifndef _ARNDALE__PROCESSOR_DRIVER_H_
#define _ARNDALE__PROCESSOR_DRIVER_H_
/* core includes */
#include <processor_driver/cortex_a15.h>
@ -38,5 +38,5 @@ namespace Genode
};
}
#endif /* _ARNDALE__CPU_H_ */
#endif /* _ARNDALE__PROCESSOR_DRIVER_H_ */

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _IMX31__CPU_H_
#define _IMX31__CPU_H_
#ifndef _IMX31__PROCESSOR_DRIVER_H_
#define _IMX31__PROCESSOR_DRIVER_H_
/* core includes */
#include <processor_driver/arm_v6.h>
@ -25,5 +25,5 @@ namespace Genode
class Cpu : public Arm_v6::Cpu { };
}
#endif /* _IMX31__CPU_H_ */
#endif /* _IMX31__PROCESSOR_DRIVER_H_ */

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _IMX53__CPU_H_
#define _IMX53__CPU_H_
#ifndef _IMX53__PROCESSOR_DRIVER_H_
#define _IMX53__PROCESSOR_DRIVER_H_
/* core includes */
#include <processor_driver/cortex_a8.h>
@ -38,5 +38,5 @@ namespace Genode
};
}
#endif /* _IMX53__CPU_H_ */
#endif /* _IMX53__PROCESSOR_DRIVER_H_ */

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _ODROID_XU__CPU_H_
#define _ODROID_XU__CPU_H_
#ifndef _ODROID_XU__PROCESSOR_DRIVER_H_
#define _ODROID_XU__PROCESSOR_DRIVER_H_
/* core includes */
#include <processor_driver/cortex_a15.h>
@ -38,5 +38,5 @@ namespace Genode
};
}
#endif /* _ODROID_XU__CPU_H_ */
#endif /* _ODROID_XU__PROCESSOR_DRIVER_H_ */

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _PANDA__CPU_H_
#define _PANDA__CPU_H_
#ifndef _PANDA__PROCESSOR_DRIVER_H_
#define _PANDA__PROCESSOR_DRIVER_H_
/* core includes */
#include <processor_driver/cortex_a9.h>
@ -38,5 +38,5 @@ namespace Genode
};
}
#endif /* _PANDA__CPU_H_ */
#endif /* _PANDA__PROCESSOR_DRIVER_H_ */

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _PBXA9__CPU_H_
#define _PBXA9__CPU_H_
#ifndef _PBXA9__PROCESSOR_DRIVER_H_
#define _PBXA9__PROCESSOR_DRIVER_H_
/* core includes */
#include <processor_driver/cortex_a9.h>
@ -38,5 +38,5 @@ namespace Genode
};
}
#endif /* _PBXA9__CPU_H_ */
#endif /* _PBXA9__PROCESSOR_DRIVER_H_ */

View File

@ -11,13 +11,13 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _RPI__CPU_H_
#define _RPI__CPU_H_
#ifndef _RPI__PROCESSOR_DRIVER_H_
#define _RPI__PROCESSOR_DRIVER_H_
/* core includes */
#include <processor_driver/arm_v6.h>
namespace Genode { struct Cpu : Arm_v6::Cpu { }; }
#endif /* _RPI__CPU_H_ */
#endif /* _RPI__PROCESSOR_DRIVER_H_ */

View File

@ -11,8 +11,8 @@
* under the terms of the GNU General Public License version 2.
*/
#ifndef _VEA9X4__CPU_H_
#define _VEA9X4__CPU_H_
#ifndef _VEA9X4__PROCESSOR_DRIVER_H_
#define _VEA9X4__PROCESSOR_DRIVER_H_
/* core includes */
#include <processor_driver/cortex_a9.h>
@ -38,5 +38,5 @@ namespace Genode
};
}
#endif /* _VEA9X4__CPU_H_ */
#endif /* _VEA9X4__PROCESSOR_DRIVER_H_ */