Files
2022-12-17 18:14:34 +02:00

9 lines
207 B
C

#ifndef _UFSTW_FS_H_
#define _UFSTW_FS_H_
#if defined(CONFIG_UFSTW)
extern void bdev_set_turbo_write(struct block_device *bdev);
extern void bdev_clear_turbo_write(struct block_device *bdev);
#endif
#endif