aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32/mach-fs/vcs_hook.h
diff options
context:
space:
mode:
authorJesper Nilsson <jesper.nilsson@axis.com>2008-01-25 10:43:53 -0500
committerJesper Nilsson <jesper.nilsson@axis.com>2008-02-08 05:06:35 -0500
commit09160d7cc39ab1015d23428f3995cd49eacfaebf (patch)
tree0ccd5233b09297b03a3070e82397de551451be28 /arch/cris/arch-v32/mach-fs/vcs_hook.h
parent538380da1a41c981c640bd22a091fdfc32d1e81e (diff)
CRIS v32: Move vcs_hook to machine specific directory.
These files are different for ETRAX FS and ARTPEC-3.
Diffstat (limited to 'arch/cris/arch-v32/mach-fs/vcs_hook.h')
-rw-r--r--arch/cris/arch-v32/mach-fs/vcs_hook.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/cris/arch-v32/mach-fs/vcs_hook.h b/arch/cris/arch-v32/mach-fs/vcs_hook.h
index c000b9fece41..7d73709e3cc6 100644
--- a/arch/cris/arch-v32/mach-fs/vcs_hook.h
+++ b/arch/cris/arch-v32/mach-fs/vcs_hook.h
@@ -1,11 +1,11 @@
1/* 1// $Id: vcs_hook.h,v 1.1 2003/08/12 12:01:06 starvik Exp $
2 * Call simulator hook functions 2//
3 */ 3// Call simulator hook functions
4 4
5#ifndef HOOK_H 5#ifndef HOOK_H
6#define HOOK_H 6#define HOOK_H
7 7
8int hook_call(unsigned id, unsigned pcnt, ...); 8int hook_call( unsigned id, unsigned pcnt, ...);
9 9
10enum hook_ids { 10enum hook_ids {
11 hook_debug_on = 1, 11 hook_debug_on = 1,