summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/armulator/clock/clockdrv.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-12 19:46:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-12 19:46:53 +0000
commit85591ad7b2141a4c5707ab2281c94dc2a563a14d (patch)
tree1c0dd1f38ddb873c74a65400a2d37c15ce4c8877 /c/src/lib/libbsp/arm/armulator/clock/clockdrv.c
parent2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-85591ad7b2141a4c5707ab2281c94dc2a563a14d.tar.bz2
2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* armulator/.cvsignore, armulator/ChangeLog, armulator/Makefile.am, armulator/bsp_specs, armulator/configure.ac, armulator/preinstall.am, armulator/clock/clockdrv.c, armulator/console/console-io.c, armulator/console/mon-syscalls.S, armulator/include/.cvsignore, armulator/include/bsp.h, armulator/include/tm27.h, armulator/start/start.S, armulator/startup/bspstart.c, armulator/startup/libcfunc.c, armulator/startup/linkcmds, armulator/startup/swi.h, armulator/startup/syscalls.c, armulator/startup/trap.S: Removed.
Diffstat (limited to 'c/src/lib/libbsp/arm/armulator/clock/clockdrv.c')
-rw-r--r--c/src/lib/libbsp/arm/armulator/clock/clockdrv.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/src/lib/libbsp/arm/armulator/clock/clockdrv.c b/c/src/lib/libbsp/arm/armulator/clock/clockdrv.c
deleted file mode 100644
index f61b66e42d..0000000000
--- a/c/src/lib/libbsp/arm/armulator/clock/clockdrv.c
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Instantiate the clock driver shell.
- *
- * Since there is no clock source on the simulator, all we do is
- * make sure it will build.
- *
- * $Id$
- */
-
-#define CLOCK_VECTOR 0
-
-#define Clock_driver_support_at_tick()
-
-#define Clock_driver_support_install_isr( _new, _old ) \
- do { _old = 0; } while(0)
-
-#define Clock_driver_support_initialize_hardware()
-
-#define Clock_driver_support_shutdown_hardware()
-
-#include "../../../shared/clockdrv_shell.c"