diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-02-27 00:59:48 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-02-27 00:59:48 +0000 |
commit | 3d4ea0ced6c2400d2b7d62d4f90b1a69d7e1a04e (patch) | |
tree | 20203a08fe43cd7855c7b23c9e1ce2f198681d14 /include/splat-ctl.h | |
parent | 564f6d1509f71f14e0bd9631363995b7f193d758 (diff) |
More build fixes, I have the kernel module almost building and its
feeling a lot more sane, cleaner, and linuxy. I may finish this tonight.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@4 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/splat-ctl.h')
-rw-r--r-- | include/splat-ctl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/splat-ctl.h b/include/splat-ctl.h index b0e2a69eb..89b8eb7b0 100644 --- a/include/splat-ctl.h +++ b/include/splat-ctl.h @@ -1,5 +1,5 @@ -#ifndef _SYS_KZT_H -#define _SYS_KZT_H +#ifndef _SPLAT_CTL_H +#define _SPLAY_CTL_H #ifdef _KERNEL #include <asm/ioctls.h> @@ -208,4 +208,4 @@ kzt_subsystem_t * kzt_time_init(void); #endif /* _KERNEL */ -#endif /* _SYS_KZT_H */ +#endif /* _SPLAY_CTL_H */ |