blob: 4d882f5374fae7b69b678db07ef394dfb8b05736 (
plain)
1
2
3
4
5
6
7
|
extern struct ida_op desc_flip_vert;
extern struct ida_op desc_flip_horz;
extern struct ida_op desc_rotate_cw;
extern struct ida_op desc_rotate_ccw;
extern struct ida_op desc_invert;
extern struct ida_op desc_crop;
extern struct ida_op desc_autocrop;
|