9 lines
207 B
C
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
|