diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-08-10 03:50:36 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-08-10 03:50:36 +0000 |
commit | 46c685d0c47df8c6271c8914a03d256a5b1f7bd3 (patch) | |
tree | eb73090abdf89ea2aad7699ad5f918e823969105 /include/splat-ctl.h | |
parent | 877a32e91eb69b15744aa85ad22db385bd522b60 (diff) |
Add class / device portability code. Two autoconf tests
were added to cover the 3 possible APIs from 2.6.9 to
2.6.26. We attempt to use the newest interfaces and if
not available fallback to the oldest. This a rework of
some changes proposed by Ricardo for RHEL4.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@150 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/splat-ctl.h')
-rw-r--r-- | include/splat-ctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/splat-ctl.h b/include/splat-ctl.h index bd7fdb658..7f2c6d94d 100644 --- a/include/splat-ctl.h +++ b/include/splat-ctl.h @@ -33,6 +33,7 @@ #define SPLAT_MAJOR 229 /* XXX - Arbitrary */ #define SPLAT_MINORS 1 +#define SPLAT_NAME "splatctl" #define SPLAT_DEV "/dev/splatctl" #define SPLAT_NAME_SIZE 12 |