diff options
Diffstat (limited to 'neozip/arch/s390/s390_features.h')
| -rw-r--r-- | neozip/arch/s390/s390_features.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/neozip/arch/s390/s390_features.h b/neozip/arch/s390/s390_features.h new file mode 100644 index 0000000000..fb2ac14b26 --- /dev/null +++ b/neozip/arch/s390/s390_features.h @@ -0,0 +1,14 @@ +/* s390_features.h -- check for s390 features. + * For conditions of distribution and use, see copyright notice in zlib.h + */ + +#ifndef S390_FEATURES_H_ +#define S390_FEATURES_H_ + +struct s390_cpu_features { + int has_vx; +}; + +void Z_INTERNAL s390_check_features(struct s390_cpu_features *features); + +#endif |
