aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-s3c2410/ts.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/asm-arm/arch-s3c2410/ts.h b/include/asm-arm/arch-s3c2410/ts.h
index 593632a43b6..44c1e4b2cf7 100644
--- a/include/asm-arm/arch-s3c2410/ts.h
+++ b/include/asm-arm/arch-s3c2410/ts.h
@@ -17,9 +17,11 @@
#define __ASM_ARM_TS_H
struct s3c2410_ts_mach_info {
- int delay;
- int presc;
- int oversampling_shift;
+ int delay;
+ int presc;
+ int oversampling_shift;
+ int excursion_filter_len_bits;
+ int reject_threshold_vs_avg;
};
void set_s3c2410ts_info(struct s3c2410_ts_mach_info *hard_s3c2410ts_info);