]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/speakup/spk_priv.h
Merge remote-tracking branches 'asoc/topic/max9878', 'asoc/topic/max98927', 'asoc...
[karo-tx-linux.git] / drivers / staging / speakup / spk_priv.h
index 98c4b6f0344a1fafae287ab87710adbae82c2188..d5aa41d82122935ea611fb4065dd67ebc4a8ca44 100644 (file)
@@ -64,8 +64,8 @@ void spk_synth_flush(struct spk_synth *synth);
 int spk_synth_is_alive_nop(struct spk_synth *synth);
 int spk_synth_is_alive_restart(struct spk_synth *synth);
 void synth_printf(const char *buf, ...);
-int synth_request_region(u_long, u_long);
-int synth_release_region(u_long, u_long);
+int synth_request_region(unsigned long start, unsigned long n);
+int synth_release_region(unsigned long start, unsigned long n);
 int synth_add(struct spk_synth *in_synth);
 void synth_remove(struct spk_synth *in_synth);