| 36 | } |
| 37 | |
| 38 | rt_inline void spin_unlock(struct rt_spinlock *spinlock) |
| 39 | { |
| 40 | rt_hw_spin_unlock(&spinlock->lock); |
| 41 | } |
| 42 | |
| 43 | rt_err_t blk_dev_initialize(struct rt_blk_device *blk); |
| 44 | rt_err_t disk_add_blk_dev(struct rt_blk_disk *disk, struct rt_blk_device *blk); |
no test coverage detected