2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>

* clock/clock.S: Include <rtems/asm.h> instead of <asm.h>.
	* shared/interrupts/isr_entries.S: Include <rtems/asm.h> instead of <asm.h>.
	* timer/gettime.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
Ralf Corsepius
2004-04-01 10:06:55 +00:00
parent fcd9127729
commit 62b5781b07
4 changed files with 9 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
* $Id$
*/
#include <asm.h>
#include <rtems/asm.h>
#include "iregdef.h"
#include "idtcpu.h"