diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-25 17:28:10 +0100 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 11:06:35 +0100 |
commit | a474de0a02ee9093af96414a30f69d433201d002 (patch) | |
tree | 69687ead9f26b59b7489e2f6d225bbbc7738414a /arch/cris/arch-v32/mach-fs/vcs_hook.h | |
parent | CRIS v32: Move vcs_hook to machine specific directory. (diff) | |
download | linux-a474de0a02ee9093af96414a30f69d433201d002.tar.xz linux-a474de0a02ee9093af96414a30f69d433201d002.zip |
CRIS v32: Update vcs_hook.c for ETRAX FS.
- Clean up some formatting and whitespace.
Diffstat (limited to 'arch/cris/arch-v32/mach-fs/vcs_hook.h')
-rw-r--r-- | arch/cris/arch-v32/mach-fs/vcs_hook.h | 8 |
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 7d73709e3cc6..c000b9fece41 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 @@ -// $Id: vcs_hook.h,v 1.1 2003/08/12 12:01:06 starvik Exp $ -// -// Call simulator hook functions +/* + * Call simulator hook functions + */ #ifndef HOOK_H #define HOOK_H -int hook_call( unsigned id, unsigned pcnt, ...); +int hook_call(unsigned id, unsigned pcnt, ...); enum hook_ids { hook_debug_on = 1, |